Example #1
0
func (c *Cipher) Nid() NID {
	return NID(C.EVP_CIPHER_nid_not_a_macro(c.ptr))
}
Example #2
0
func (c *Cipher) Nid() int {
	return int(C.EVP_CIPHER_nid_not_a_macro(c.ptr))
}