[][src]Crate bls_sigs_ref_rs

This crate implements BLS signatures as specified in the current draft specification.

It is based upon the pairing crate's implementation of BLS12-381.

Traits

BLSSigCore

BLS signature implementation

BLSSignatureAug

BLS signature with message augmentation

BLSSignatureBasic

'Basic' BLS signature

BLSSignaturePop

BLS signature with proof of possession