anvilresearch / webcrypto

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

Split algorithms and dictionaries into separate directories #2

Closed christiansmith closed 8 years ago

christiansmith commented 8 years ago

This PR reorganizes the src tree in anticipation of refactoring to separate the concepts of dictionaries and algorithms. It also cleans up a bit of cruft left over from initial design experimentation and adds a few tests.

christiansmith commented 8 years ago

This refactor is not 100% complete, but we need the code in it right way. So let's merge (having reviewed the code with @EternalDeiwos) and continue working in the branch and a new PR.

EternalDeiwos commented 8 years ago

Looks pretty good to me. Refactor needs to continue but the functionality is sound.