bls v0.1.1 Bls View Source
Wrapper around the BLS 12-381 eliptic curve contruction and signature scheme in Rust by SigmaPrime.
Link to this section Summary
Link to this section Functions
Link to this function
add(a, b) View Source
Link to this function
agpk_add(agpk, pk) View Source
Link to this function
agpk_add_aggregate(agpk1, agpk2) View Source
Link to this function
agpk_from_bytes(bytes) View Source
Link to this function
agpk_new() View Source
Link to this function
agpk_to_bytes(agpk) View Source
Link to this function
asig_add(asig, sig) View Source
Link to this function
asig_add_aggregate(asig1, asig2) View Source
Link to this function
asig_new() View Source
Link to this function
asig_to_bytes(asig) View Source
Link to this function
asig_verify(asig, msg, d, agpk) View Source
Link to this function
hello() View Source
Link to this function
new_kp() View Source
Link to this function
new_sk() View Source
Link to this function
new_sk_from_bytes(bytes) View Source
Link to this function
pk_from_sk(sk) View Source
Link to this function
pk_to_bytes(pk) View Source
Link to this function
sign(msg, d, sk) View Source
Link to this function
sk_to_bytes(pk) View Source
Link to this function