package
0.0.0-20220614134655-3bf0b09ff5ea
Repository: https://github.com/agilen/client.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Unwrap decrypts the provided cipher text with the given AES cipher (and corresponding key), using the AES Key Wrap algorithm (RFC-3394).The decrypted cipher text is verified using the default IV and will return an error if validation fails.
Wrap encrypts the provided key data (cek) with the given AES cipher (and corresponding key), using the AES Key Wrap algorithm (RFC-3394).