func (cipher *Cipher) Nid() int { return int(C.EVP_CIPHER_nid(cipher.evp_cipher)) }
func (self *Cipher) Nid() int { return int(C.EVP_CIPHER_nid(self.evp_cipher)) }