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.
- Proof
OfPossession - (ECDSA, (BLS12-381, BLS12-381))
- Public
- (ECDSA,BLS12-381) public key pair.
- Signature
- (ECDSA,BLS12-381) signature pair.