bls v0.1.0 API Reference

Modules

Bls

Wrapper around the BLS 12-381 eliptic curve contruction and signature scheme in Rust by SigmaPrime.

Module for generating public and secret keys in various ways.

Module for generating a new keypair.

Lets you derive a public key from a secret key and export it.

Lets you create new secret key from randomness or seeded with 48 bytes and export it.

Module for signing and verifying BLS signatures.

Functions for aggregating signatures and verifying them.