libfilezilla
|
Represents a public key to verify messages signed using Ed25519. More...
#include <signature.hpp>
Public Types | |
enum | { key_size = 32 } |
Public Member Functions | |
operator bool () const | |
bool | operator== (public_verification_key const &rhs) const |
bool | operator!= (public_verification_key const &rhs) const |
bool | operator< (public_verification_key const &rhs) const |
std::string | to_base64 () const |
Static Public Member Functions | |
static public_verification_key | from_base64 (std::string_view const &base64) |
Public Attributes | |
std::vector< uint8_t > | key_ |
Represents a public key to verify messages signed using Ed25519.