RustCrypto / key-wraps

Symmetric key-wrapping algorithms
10 stars 6 forks source link

aes-kw: add forgotten error scenario #10

Closed jvdsn closed 2 years ago

jvdsn commented 2 years ago

It seems like I forgot a possible scenario where InvalidOutputSize is returned (at key unwrapping), so this PR includes it.