StableLib / stablelib

A stable library of useful TypeScript/JavaScript code
https://www.stablelib.com
Other
173 stars 35 forks source link

feat(aes-kw): add aes key wrapping implementation #16

Closed tplooker closed 4 years ago

tplooker commented 4 years ago

This PR adds an implementation of AES key wrapping as documented by RFC3394.

tplooker commented 4 years ago

Thanks for the review! Have adjusted the implementation accordingly.

dchest commented 4 years ago

I will do a bit of refactoring and will publish the release by the end of the week. Thanks again!