func (hm *hmac) Size() int { return int(C.EVP_MD_size(hm.ctx.md)) }
func (self *Digest) Size() int { return int(C.EVP_MD_size(self.evp_md)) }