referrerpolicy=no-referrer-when-downgrade

Module sr25519

Source
Expand description

Sr25519 crypto types.

Modules§

vrf
Schnorrkel VRF related types and operations.

Structs§

AppPair
A generic AppPublic wrapper type over $pair 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
An Schnorrkel/Ristretto x25519 (“sr25519”) key pair.

Constants§

CRYPTO_ID
An identifier used to match public keys against sr25519 keys
PUBLIC_KEY_SERIALIZED_SIZE
The byte length of public key
SIGNATURE_SERIALIZED_SIZE
The byte length of signature

Type Aliases§

Public
An Schnorrkel/Ristretto x25519 (“sr25519”) public key.
Signature
An Schnorrkel/Ristretto x25519 (“sr25519”) signature.