ZenGo-X / curv

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

Ring algorithm support #103

Closed survived closed 3 years ago

survived commented 3 years ago

Adds support for ring-algorithm crate by introducing wrapper over BigInt and implementing ring_algorithm's traits to it.