예제 #1
0
파일: hmac.go 프로젝트: vbatts/gossl
func (hm *hmac) Size() int {
	return int(C.EVP_MD_size(hm.ctx.md))
}
예제 #2
0
파일: evp.go 프로젝트: postfix/go-ssl
func (self *Digest) Size() int {
	return int(C.EVP_MD_size(self.evp_md))
}