Ejemplo n.º 1
0
Archivo: hmac.go Proyecto: vbatts/gossl
func (hm *hmac) Size() int {
	return int(C.EVP_MD_size(hm.ctx.md))
}
Ejemplo n.º 2
0
func (self *Digest) Size() int {
	return int(C.EVP_MD_size(self.evp_md))
}