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

Begin working on WebIDL conformity #35

Closed tniessen closed 4 years ago

tniessen commented 4 years ago

This changes the way we retrieve algorithm and operation parameters to better align with the WebIDL standard. Since WebCrypto uses that standard, we have to integrate all the terrible things, e.g., accepting the empty string '' and the value null as synonyms for the integer 0.