referrerpolicy=no-referrer-when-downgrade

Module ecdsa_bls381

Source
Expand description

ECDSA and BLS12-381 paired crypto scheme

Constants§

CRYPTO_ID
An identifier used to match public keys against BLS12-381 keys
POP_LEN
Size of Proof Of Possession for (ECDSA, BLS12-381) type (this is one ECDSA and two BLS12-381 signature)
PUBLIC_KEY_LEN
Aggregate public key size.
SIGNATURE_LEN
Aggregate signature serialized size.

Type Aliases§

Pair
(ECDSA,BLS12-381) key-pair pair.
ProofOfPossession
(ECDSA, (BLS12-381, BLS12-381))
Public
(ECDSA,BLS12-381) public key pair.
Signature
(ECDSA,BLS12-381) signature pair.