bls-sig-cli 0.1.5

A command-line tool for BLS signature operations (keygen, pubkey, sign, verify).
Documentation
1
2
3
4
5
use ark_bls12_381::{Fr, G1Affine, G2Affine};

pub type SecretKey = Fr;
pub type PublicKey = G1Affine;
pub type Signature = G2Affine;