Kagome
Polkadot Runtime Engine in C++17
kagome::crypto::Sr25519Suite Member List

This is the complete list of members for kagome::crypto::Sr25519Suite, including all inherited members.

composeKeypair(PublicKey pub, PrivateKey priv) const noexceptoverridekagome::crypto::Sr25519Suiteinlinevirtual
decomposeKeypair(const Sr25519Keypair &kp) const noexceptoverridekagome::crypto::Sr25519Suiteinlinevirtual
generateKeypair(const Sr25519Seed &seed) const noexceptoverridekagome::crypto::Sr25519Suiteinlinevirtual
generateRandomKeypair() const noexceptoverridekagome::crypto::Sr25519Suiteinlinevirtual
Keypair typedefkagome::crypto::CryptoSuite< Sr25519PublicKey, Sr25519SecretKey, Sr25519Keypair, Sr25519KeypairAndSeed, Sr25519Seed >
KeypairAndSeed typedefkagome::crypto::CryptoSuite< Sr25519PublicKey, Sr25519SecretKey, Sr25519Keypair, Sr25519KeypairAndSeed, Sr25519Seed >
PrivateKey typedefkagome::crypto::CryptoSuite< Sr25519PublicKey, Sr25519SecretKey, Sr25519Keypair, Sr25519KeypairAndSeed, Sr25519Seed >
PublicKey typedefkagome::crypto::CryptoSuite< Sr25519PublicKey, Sr25519SecretKey, Sr25519Keypair, Sr25519KeypairAndSeed, Sr25519Seed >
Seed typedefkagome::crypto::CryptoSuite< Sr25519PublicKey, Sr25519SecretKey, Sr25519Keypair, Sr25519KeypairAndSeed, Sr25519Seed >
Sr25519Suite(std::shared_ptr< Sr25519Provider > sr_provider)kagome::crypto::Sr25519Suiteinlineexplicit
sr_provider_kagome::crypto::Sr25519Suiteprivate
toPublicKey(gsl::span< const uint8_t > bytes) const noexceptoverridekagome::crypto::Sr25519Suiteinlinevirtual
toSeed(gsl::span< const uint8_t > bytes) const noexceptoverridekagome::crypto::Sr25519Suiteinlinevirtual
~CryptoSuite()=defaultkagome::crypto::CryptoSuite< Sr25519PublicKey, Sr25519SecretKey, Sr25519Keypair, Sr25519KeypairAndSeed, Sr25519Seed >virtual
~Sr25519Suite() override=defaultkagome::crypto::Sr25519Suite