Exemplo n.º 1
0
func (cipher *Cipher) Nid() int {
	return int(C.EVP_CIPHER_nid(cipher.evp_cipher))
}
Exemplo n.º 2
0
func (self *Cipher) Nid() int {
	return int(C.EVP_CIPHER_nid(self.evp_cipher))
}