kevlened / isomorphic-webcrypto

:game_die: webcrypto library for Node, React Native and IE11+
https://www.w3.org/TR/WebCryptoAPI/
MIT License
116 stars 43 forks source link

Adding standalone AES-KW support for React Native #71

Open dmitrizagidulin opened 2 years ago

dmitrizagidulin commented 2 years ago

Hi @kevlened and team. Would there be any opposition to adding support for the AES-KW key wrapping algorithm for React Native? Since msrCrypto doesn't seem to support it (although I opened an issue there just in case https://github.com/microsoft/MSR-JavaScript-Crypto/issues/16), my recommendation would be to use Stablelib's @stablelib/aes-kw library.

Any interest/opposition to this approach?