libfilezilla
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
public_verification_key Class Reference

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_
 

Detailed Description

Represents a public key to verify messages signed using Ed25519.

See also
private_signing_key

The documentation for this class was generated from the following file: