RustCrypto / key-wraps

Symmetric key-wrapping algorithms
10 stars 6 forks source link

aes-kw: `no_std` support + other cleanups #7

Closed tarcieri closed 2 years ago

tarcieri commented 2 years ago
tarcieri commented 2 years ago

I think this is ready to release then?

@dignifiedquire anything else? Should I cut a release or do you want to?

cryptographix commented 2 years ago

Functionally, looks good. Just upd Deno PR to use latest commit, and is now passing 100% of WPT (WebCrypto/wrapKey_unwrapKey) and JOSE (AxxxKW) tests!

Great work, guys. Thanks a lot for your effort and patience ;)