Crate bls_signatures_rs

Source
Expand description

This crate provides:

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

Modules§

  • BLS aggregate signatures with bn256.

Traits§

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