lovesh / signature-schemes

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

The bls crate name has a typo #14

Closed JayPavlina closed 4 years ago

JayPavlina commented 4 years ago

The bls crate is named bls_acml instead of bls_amcl. See the Cargo.toml.

lovesh commented 4 years ago

Thanks. Fixed.