|
Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::crypto::Sr25519Provider, including all inherited members.
| generateKeypair() const =0 | kagome::crypto::Sr25519Provider | pure virtual |
| generateKeypair(const Sr25519Seed &seed) const =0 | kagome::crypto::Sr25519Provider | pure virtual |
| sign(const Sr25519Keypair &keypair, gsl::span< const uint8_t > message) const =0 | kagome::crypto::Sr25519Provider | pure virtual |
| verify(const Sr25519Signature &signature, gsl::span< const uint8_t > message, const Sr25519PublicKey &public_key) const =0 | kagome::crypto::Sr25519Provider | pure virtual |
| verify_deprecated(const Sr25519Signature &signature, gsl::span< const uint8_t > message, const Sr25519PublicKey &public_key) const =0 | kagome::crypto::Sr25519Provider | pure virtual |
| ~Sr25519Provider()=default | kagome::crypto::Sr25519Provider | virtual |