datrs / hypercore

Secure, distributed, append-only log
https://docs.rs/hypercore
Apache License 2.0
332 stars 37 forks source link

use rust ed25519 #1

Closed yoshuawuyts closed 6 years ago

yoshuawuyts commented 6 years ago

https://github.com/dalek-cryptography/ed25519-dalek instead of the sodium lib

yoshuawuyts commented 6 years ago

Worth noting that ed25519 isn't completely standardized. We ought to be careful with compatibility.

yoshuawuyts commented 6 years ago

I guess this is done :D