Documentation ¶
Overview ¶
Package aes contains provides AES Key Wrap and ECB mode implementations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyUnwrap ¶
KeyUnwrap decrypts previously encrypted key (CEK) with KEK key using AES Key Wrap (rfc 3394) algorithm
func KeyWrap ¶
KeyWrap encrypts provided key (CEK) with KEK key using AES Key Wrap (rfc 3394) algorithm
func NewECBDecrypter ¶
NewECBDecrypter creates BlockMode for AES decryption in ECB mode
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.