Skip to content
Snippets Groups Projects
Commit b4839bdf authored by Wei Tang's avatar Wei Tang
Browse files

Add more type alias

parent 267d98cd
No related merge requests found
......@@ -4,4 +4,6 @@ pub extern crate pairing;
use pairing::bls12_381::Bls12;
pub type BlsPair = bls::Keypair<Bls12>;
pub type BlsPublicKey = bls::PublicKey<Bls12>;
pub type BlsSignature = bls::Signature<Bls12>;
pub type BlsAggregateSignature = bls::AggregateSignature<Bls12>;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment