dazoe / ed25519

An Ed25519 implementation for node.js
BSD 2-Clause "Simplified" License
116 stars 49 forks source link

[Closes #7] Support Node 4.0.0 #9

Closed masonforest closed 9 years ago

masonforest commented 9 years ago

This pretty much does the same thing as #8. I didn't notice @KenanSulayman had already made a PR.

This also adds a test. Let me know if you want me to pull that out into a separate PR instead. Thanks!

19h commented 9 years ago

Is there a reference implementation of ed25519 that could be loaded, so that we can verify the output of the module? It would help if at any time in the future the underlaying implementation would change. Maybe sodium?