anvilresearch / webcrypto

W3C Web Cryptography API for Node.js
MIT License
82 stars 14 forks source link

AES-KW #45

Closed EternalDeiwos closed 6 years ago

EternalDeiwos commented 7 years ago

@thelunararmy has been trying to implement AES-KW for us but we seem to have found a bug within node itself.

I've opened an issue on their repo (nodejs/node#15009) and marking us as blocked on this for the moment.

christiansmith commented 7 years ago

@thelunararmy @EternalDeiwos – this was a great catch guys. Thanks for filing the issue with nodejs.

EternalDeiwos commented 7 years ago

Reporting nodejs/node#15037 has been merged. Hopefully we'll see a LTS patch release soon and can give this another try.

EternalDeiwos commented 7 years ago

The fix was included in v8.5.0 of node. Hasn't been backported to v6.x yet.

thelunararmy commented 7 years ago

Awesome. Will get this implemented next.

EternalDeiwos commented 6 years ago

Algorithm complete as of #49. Thanks @thelunararmy.