lovesh / signature-schemes

Rust library for BLS signatures, MuSig, PS signatures
Apache License 2.0
66 stars 20 forks source link

Comparing crates #9

Open RuralDependencies opened 4 years ago

RuralDependencies commented 4 years ago

Hi Lovesh!

Thank you so much for this crate, I can see that BLS is getting some traction on Rust. How do you compare your crate and the BLS like crate?

Is your crate production ready? Safe enough to put up in an already existing Blockchain?

lovesh commented 4 years ago

Hi. Is BLS like this one? I have not compared yet. But since there is no standard way to "hash to curve" yet, I don't think our "hash to curve" mechanisms will differ and signatures wont be compatible. I would like to add some more tests and benchmarking before i call it good to go.