ZenGo-X / curv

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

Blake support + remove ring #42

Closed omershlo closed 5 years ago

omershlo commented 5 years ago

In addition to support of blake this pr also include a minor change to secp256k1 from_bytes method: in case of only x coordinate given in bytes, we choose randomly between the two possible y coordinates (instead of using a fixed one)