StormByte C++ Library: Crypto module 1.0.0
StormByte-Crypto is a StormByte library module for handling cryptographic operations
Loading...
Searching...
No Matches
StormByte::Crypto::Signer Member List

This is the complete list of members for StormByte::Crypto::Signer, including all inherited members.

operator=(const Signer &signer)=defaultStormByte::Crypto::Signer
operator=(Signer &&signer) noexcept=defaultStormByte::Crypto::Signer
Sign(const std::string &input) const noexceptStormByte::Crypto::Signer
Sign(const Buffer::Simple &buffer) const noexceptStormByte::Crypto::Signer
Sign(const Buffer::Consumer consumer) const noexceptStormByte::Crypto::Signer
Signer(const Algorithm::Sign &algorithm, const KeyPair &keypair) noexceptStormByte::Crypto::Signerexplicit
Signer(const Algorithm::Sign &algorithm, KeyPair &&keypair) noexceptStormByte::Crypto::Signerexplicit
Signer(const Signer &signer)=defaultStormByte::Crypto::Signer
Signer(Signer &&signer) noexcept=defaultStormByte::Crypto::Signer
Verify(const std::string &message, const std::string &signature) const noexceptStormByte::Crypto::Signer
Verify(const Buffer::Simple &buffer, const std::string &signature) const noexceptStormByte::Crypto::Signer
Verify(const Buffer::Consumer consumer, const std::string &signature) const noexceptStormByte::Crypto::Signer
~Signer() noexcept=defaultStormByte::Crypto::Signer