paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
172 stars 84 forks source link

Please support Scalar comparision #148

Open chiro-hiro opened 1 year ago

chiro-hiro commented 1 year ago

We are using libsecp256k1 to implement ECVRF, it's a little bit struggle to compare Scalar types. Could you guys consider it as a part of this crate?.