|
StormByte C++ Library: Crypto module 0.0.9999
StormByte-Crypto is a StormByte library module for handling cryptographic operations
|
This is the complete list of members for StormByte::Crypto::Signer::ED25519, including all inherited members.
| Clone() const noexcept override | StormByte::Crypto::Signer::ED25519 | inline |
| ED25519(KeyPair::Generic::PointerType keypair) | StormByte::Crypto::Signer::ED25519 | inline |
| ED25519(const KeyPair::ED25519 &keypair) | StormByte::Crypto::Signer::ED25519 | inline |
| ED25519(KeyPair::ED25519 &&keypair) | StormByte::Crypto::Signer::ED25519 | inline |
| ED25519(const ED25519 &other)=default | StormByte::Crypto::Signer::ED25519 | |
| ED25519(ED25519 &&other) noexcept=default | StormByte::Crypto::Signer::ED25519 | |
| Generic(const Generic &other)=default | StormByte::Crypto::Signer::Generic | |
| Generic(Generic &&other) noexcept=default | StormByte::Crypto::Signer::Generic | |
| Generic(enum Type type, KeyPair::Generic::PointerType keypair) | StormByte::Crypto::Signer::Generic | inlineprotected |
| Generic(enum Type type, const KeyPair::Generic &keypair) | StormByte::Crypto::Signer::Generic | inlineprotected |
| Generic(enum Type type, KeyPair::Generic &&keypair) | StormByte::Crypto::Signer::Generic | inlineprotected |
| KeyPair() const noexcept | StormByte::Crypto::Signer::Generic | inline |
| m_keypair | StormByte::Crypto::Signer::Generic | protected |
| m_type | StormByte::Crypto::Signer::Generic | protected |
| Move() noexcept override | StormByte::Crypto::Signer::ED25519 | inline |
| operator=(const ED25519 &other)=default | StormByte::Crypto::Signer::ED25519 | |
| operator=(ED25519 &&other) noexcept=default | StormByte::Crypto::Signer::ED25519 | |
| StormByte::Crypto::Signer::Generic::operator=(const Generic &other)=default | StormByte::Crypto::Signer::Generic | |
| StormByte::Crypto::Signer::Generic::operator=(Generic &&other) noexcept=default | StormByte::Crypto::Signer::Generic | |
| Sign(std::span< const std::byte > input, Buffer::WriteOnly &output) const noexcept | StormByte::Crypto::Signer::Generic | inline |
| Sign(const Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexcept | StormByte::Crypto::Signer::Generic | inline |
| Sign(Buffer::ReadOnly &input, Buffer::WriteOnly &output) const noexcept | StormByte::Crypto::Signer::Generic | inline |
| Sign(Buffer::Consumer consumer, ReadMode mode=ReadMode::Move) const noexcept | StormByte::Crypto::Signer::Generic | inline |
| Verify(std::span< const std::byte > input, const std::string &signature) const noexcept | StormByte::Crypto::Signer::Generic | inline |
| Verify(const Buffer::ReadOnly &input, const std::string &signature) const noexcept | StormByte::Crypto::Signer::Generic | inline |
| Verify(Buffer::ReadOnly &input, const std::string &signature) const noexcept | StormByte::Crypto::Signer::Generic | inline |
| Verify(Buffer::Consumer consumer, const std::string &signature, ReadMode mode=ReadMode::Move) const noexcept | StormByte::Crypto::Signer::Generic | inline |
| ~ED25519() noexcept=default | StormByte::Crypto::Signer::ED25519 | |
| ~Generic() noexcept=default | StormByte::Crypto::Signer::Generic | virtual |