Esempio n. 1
0
func (cipher *Cipher) BlockSize() int {
	return int(C.EVP_CIPHER_block_size(cipher.evp_cipher))
}
Esempio n. 2
0
func (self *Cipher) BlockSize() int {
	return int(C.EVP_CIPHER_block_size(self.evp_cipher))
}