signature-schemes icon indicating copy to clipboard operation
signature-schemes copied to clipboard

Rust library for BLS signatures, MuSig, PS signatures

Results 6 signature-schemes issues
Sort by recently updated
recently updated
newest added

``` error: failed to select a version for the requirement `zeroize = "^0.9.3"` candidate versions found which didn't match: 1.3.0, 1.2.0, 1.1.1, ... ``` because all version < 1.0 of...

These are the expected sizes according to the [BLS specification](https://github.com/Chia-Network/bls-signatures/blob/master/SPEC.md): - private key: 32 bytes - public key: 48 bytes - signature: 96 bytes When I call `to_bytes` on each...

help wanted

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`...

Minor change to the README.md to reflect AMCL have change where the repo sits.

Hi @lovesh, Thanks for your work on this, it has been really helpful! I am working on [lighthouse](https://github.com/sigp/lighthouse/), an Ethereum 2.0 implementation. The Eth 2.0 roadmap presently relies heavily on...