Module sp_application_crypto::sr25519
source · Expand description
Sr25519 crypto types.
Modules§
- Schnorrkel VRF related types and operations.
Structs§
- A generic
AppPublic
wrapper type over $pair crypto; this has no specific App. - A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - A generic
AppPublic
wrapper type over $public crypto; this has no specific App. - An Schnorrkel/Ristretto x25519 (“sr25519”) key pair.
Constants§
- An identifier used to match public keys against sr25519 keys
- The byte length of public key
- The byte length of signature
Type Aliases§
- An Schnorrkel/Ristretto x25519 (“sr25519”) public key.
- An Schnorrkel/Ristretto x25519 (“sr25519”) signature.