ZenGo-X / curv

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

Remove dependency on `ring_algorithm` crate #125

Closed survived closed 3 years ago

survived commented 3 years ago

Dependency on ring-algorithm crate was removed. Very few functions from that crate which were used in curv are copypasted (original code is licensed under MIT OR Apache-2.0) to dedicated module as a drop-in replacement.

Fixes #124

elichai commented 3 years ago

FWIW this won't be needed after I finish #121 (assuming we'll merge it)