Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for kagome::crypto::VRFProviderImpl, including all inherited members.
generateKeypair() const override | kagome::crypto::VRFProviderImpl | virtual |
generator_ | kagome::crypto::VRFProviderImpl | private |
kMaxThreshold | kagome::crypto::VRFProviderImpl | privatestatic |
sign(const common::Buffer &msg, const Sr25519Keypair &keypair, const VRFThreshold &threshold) const override | kagome::crypto::VRFProviderImpl | virtual |
signTranscript(const primitives::Transcript &msg, const Sr25519Keypair &keypair, const VRFThreshold &threshold) const override | kagome::crypto::VRFProviderImpl | virtual |
signTranscript(const primitives::Transcript &msg, const Sr25519Keypair &keypair) const override | kagome::crypto::VRFProviderImpl | virtual |
signTranscriptImpl(const primitives::Transcript &msg, const Sr25519Keypair &keypair, const std::optional< std::reference_wrapper< const VRFThreshold >> threshold) const | kagome::crypto::VRFProviderImpl | private |
verify(const common::Buffer &msg, const VRFOutput &output, const Sr25519PublicKey &public_key, const VRFThreshold &threshold) const override | kagome::crypto::VRFProviderImpl | virtual |
verifyTranscript(const primitives::Transcript &msg, const VRFOutput &output, const Sr25519PublicKey &public_key, const VRFThreshold &threshold) const override | kagome::crypto::VRFProviderImpl | virtual |
VRFProviderImpl(std::shared_ptr< CSPRNG > generator) | kagome::crypto::VRFProviderImpl | explicit |
~VRFProvider()=default | kagome::crypto::VRFProvider | virtual |
~VRFProviderImpl() override=default | kagome::crypto::VRFProviderImpl |