예제 #1
0
파일: evp_cipher.go 프로젝트: runcom/gossl
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))
}