Module sp_application_crypto::sr25519 [−][src]
Expand description
Sr25519 crypto types.
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.
A localized signature also contains sender information. NOTE: Encode and Decode traits are supported in ed25519 but not possible for now here.
An Schnorrkel/Ristretto x25519 (“sr25519”) key pair.
An Schnorrkel/Ristretto x25519 (“sr25519”) public key.
An Schnorrkel/Ristretto x25519 (“sr25519”) signature.
Constants
An identifier used to match public keys against sr25519 keys
Functions
Batch verification.