nodejs / webcrypto

This repository has been archived. The WebCrypto API has been implemented in recent versions of Node.js and does not require additional packages.
69 stars 20 forks source link

Improve error handling in AES algorithm #30

Closed tniessen closed 4 years ago

tniessen commented 4 years ago

If an AES operation can fail, the error should be wrapped into an OperationError.

tniessen commented 4 years ago

Thanks for reviewing Colin :)