ZenGo-X / curv

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

Fix scalar deserialization issue #171

Closed survived closed 1 year ago

survived commented 1 year ago

Issue was that serde_json::from_str couldn't deserialize a scalar

RustMania commented 1 year ago

good to merge!