Botan 3.6.1
Crypto and TLS for C&
|
Public Header. More...
#include <botan/pk_keys.h>
Go to the source code of this file.
Classes | |
class | Botan::Ed25519_PrivateKey |
class | Botan::Ed25519_PublicKey |
Namespaces | |
namespace | Botan |
Functions | |
void | Botan::ed25519_gen_keypair (uint8_t pk[32], uint8_t sk[64], const uint8_t seed[32]) |
void | Botan::ed25519_sign (uint8_t sig[64], const uint8_t m[], size_t mlen, const uint8_t sk[64], const uint8_t domain_sep[], size_t domain_sep_len) |
bool | Botan::ed25519_verify (const uint8_t msg[], size_t msg_len, const uint8_t sig[64], const uint8_t pk[32], const uint8_t domain_sep[], size_t domain_sep_len) |
Public Header.
Definition in file ed25519.h.