0.1.0 • Published 4 years ago

@futuretense/ed25519-dalek v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

ed25519-dalek

Javascript bindings to some of the functionality in the brilliant Rust library ed25519-dalek1

Requirements

Installing and compiling

npm install @futuretense/ed25519-dalek

Benchmarks

ed255192sodium-native3dalekdalek w/ AVX2
Generate41,56523,17225,09923,861
Sign43,17324,54826,87325,565
Verify121,71075,39473,84146,266

Time in ms; 1,000,000 calls, on a 3GHz MBP

Notes:

1) https://github.com/dalek-cryptography/ed25519-dalek 2) https://www.npmjs.com/package/ed25519 3) https://www.npmjs.com/package/sodium-native

0.1.0

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago