anvilresearch / webcrypto

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

AES-KW Algorithm #49

Closed thelunararmy closed 7 years ago

thelunararmy commented 7 years ago

Ready for merging.

thelunararmy commented 7 years ago

Fixed the Subtle interface, just need a secondary test from someone else. @EternalDeiwos (I blame the terrible API )

EternalDeiwos commented 7 years ago

Can confirm that everything is working with the exception of one minor bug.

https://github.com/anvilresearch/webcrypto/blob/f952804d9297e1bba5be10d6eac3bafdc9cbc611/src/SubtleCrypto.js#L520

needs a let to define result.

Great work @thelunararmy

thelunararmy commented 7 years ago

Fixed, hopefully its finished now.