Ejemplo n.º 1
0
func (cipher *Cipher) IVLength() int {
	return int(C.EVP_CIPHER_iv_length(cipher.evp_cipher))
}
Ejemplo n.º 2
0
func (self *Cipher) IVLength() int {
	return int(C.EVP_CIPHER_iv_length(self.evp_cipher))
}