(nist-key-unwrap kek wrapped &opt cipher)This unwraps the result of nist-key-wrap. If omitted, "AES" is used for `cipher`.
(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`.