bls icon indicating copy to clipboard operation
bls copied to clipboard

Rust crate for BLS signatures

Results 3 bls issues
Sort by recently updated
recently updated
newest added

Section 4.2 of the BLS paper outlines how to use the x-coordinate of the "signature point" as the signature itself. It requires reconstructing the point during validation, and then an...

enhancement

xxx@debian: cargo build Updating git repository `https://github.com/mmaker/pairing` Updating crates.io index Downloading rand v0.3.22 Downloading libc v0.2.44 Downloading digest v0.7.6 Downloading blake2 v0.6.1 Downloading generic-array v0.9.0 Downloading typenum v1.10.0 Downloading digest...

See also the TODO on whether to use projective or affine coordinates for the public key.

enhancement
help wanted