referrerpolicy=no-referrer-when-downgrade

Module bandersnatch

Source
Expand description

Bandersnatch VRF application crypto types.

Modules§

ring_vrf
Bandersnatch Ring-VRF types and operations.
vrf
Bandersnatch VRF types and operations.

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.
Pair
Bandersnatch secret key.

Constants§

CRYPTO_ID
Identifier used to match public keys against bandersnatch-vrf keys.
PREOUT_SERIALIZED_SIZE
The byte length of serialized pre-output.
PUBLIC_SERIALIZED_SIZE
The byte length of serialized public key.
SEED_SERIALIZED_SIZE
The byte length of secret key seed.
SIGNATURE_SERIALIZED_SIZE
The byte length of serialized signature.

Type Aliases§

ProofOfPossession
Proof of Possession is the same as Signature for Bandersnatch
Public
Bandersnatch public key.
Signature
Bandersnatch Schnorr signature.