Пример #1
0
func (cipher *Cipher) Nid() int {
	return int(C.EVP_CIPHER_nid(cipher.evp_cipher))
}
Пример #2
0
func (self *Cipher) Nid() int {
	return int(C.EVP_CIPHER_nid(self.evp_cipher))
}