NIST Key Wrapping

Index

nist-key-unwrap nist-key-wrap

Reference

(nist-key-unwrap kek wrapped &opt cipher)

This unwraps the result of nist-key-wrap. If omitted, "AES" is used for `cipher`.

nist-key-wrapcfunction
(nist-key-wrap kek key &opt cipher)

This performs KW (key wrap) mode. The input must be a multiple of 8 bytes long. If omitted, "AES" is used for `cipher`.