referrerpolicy=no-referrer-when-downgrade

Module bls381

Source
Expand description

BLS12-381 crypto applications.

Structs§

AppPair
A generic AppPublic wrapper type over $pair crypto; this has no specific App.
AppProofOfPossession
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
Bls381Engine
BlsEngine
Pair
BLS12-381 key pair.
ProofOfPossession
BLS12-381 Proof Of Possesion.
Public
BLS12-381 public key.
Signature
BLS12-381 signature.