Expand description
BLS12-381 crypto applications.
Structs§
- AppPair
- A generic
AppPublic
wrapper type over $pair crypto; this has no specific App. - AppProof
OfPossession - A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - AppPublic
- A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - AppSignature
- A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - BLS_
Pair - A key pair.
Constants§
- CRYPTO_
ID - An identifier used to match public keys against BLS12-381 keys
- PROOF_
OF_ POSSESSION_ SERIALIZED_ SIZE - Signature serialized size (for back cert) + Nugget BLS PoP size
- PUBLIC_
KEY_ SERIALIZED_ SIZE - Public key serialized size
- SIGNATURE_
SERIALIZED_ SIZE - Signature serialized size
Type Aliases§
- BLSPoP
- A generic BLS ProofOfpossession
- Bls381
Engine - BlsEngine
- Pair
- BLS12-381 key pair.
- Proof
OfPossession - BLS12-381 Proof Of Possesion.
- Public
- BLS12-381 public key.
- Signature
- BLS12-381 signature.