cfrg / draft-irtf-cfrg-hpke

Hybrid Public Key Encryption
Other
49 stars 29 forks source link

Add TypeScript hpke implementation. #251

Closed dajiaji closed 2 years ago

dajiaji commented 2 years ago

Hi @chris-wood and all,

I have implemented HPKE on top of Web Cryptography API, which works both on web browsers and Node.js.

https://github.com/dajiaji/hpke-js

Could you please add this implementation to the list?

Thank you in advance for your consideration.

dajiaji commented 2 years ago

Thanks for adding hpke-js to the list!