lovesh / signature-schemes

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

Release on crates.io ? #4

Closed andrewjstone closed 4 years ago

andrewjstone commented 5 years ago

Hi @lovesh,

This crate is super useful. Are you opposed to creating release tags and pushing to crates.io? It may make it easier for others to find and use.

Thanks!

lovesh commented 5 years ago

Hi. I am glad its helpful. I was doing some refactoring and fixing the MuSig as one of the issues points out. I will try to get this crate published over the weekend.

andrewjstone commented 5 years ago

Great. Thanks!

lovesh commented 4 years ago

Released here https://crates.io/crates/bls_acml

andrewjstone commented 4 years ago

Released here https://crates.io/crates/bls_acml

Thanks!