ZenGo-X / curv

Rust language general purpose elliptic curve cryptography.
MIT License
264 stars 111 forks source link

Use curve25519-dalek instead of cryptoxide #152

Closed elichai closed 1 year ago

elichai commented 2 years ago

We currently depend on both of them, (curve25519-dalek for ristretto and cryptoxide for ed25519). and the dalek one is considered very robust and safe. This also simplify a lot of the code there (and will probably even improve performance)

Maybe we should add test vectors to make sure that this doesn't change the behavior in any way.