[][src]Crate bls_signatures_rs

This crate provides:

  • MultiSignature trait for specifying curves with multi signature support.
  • bn256 module implementing the aforementioned trait for the BLS curve bn256.

Modules

bn256

BLS aggregate signatures with bn256.

Traits

MultiSignature

The MultiSignature trait specifies an interface common for curves with multi signature support.