Exemple #1
0
func (hm *hmac) BlockSize() int {
	return int(C.EVP_MD_block_size(hm.ctx.md))
}
Exemple #2
0
func (self *Digest) BlockSize() int {
	return int(C.EVP_MD_block_size(self.evp_md))
}