Module sp_core::paired_crypto
source · Expand description
API for using a pair of crypto schemes together.
Structs
- A key pair.
- A public key.
- A pair of signatures of different types
Traits
- Trait characterizing a signature which could be used as individual component of an
paired_crypto:Signature
pair.