Botan 3.9.0
Crypto and TLS for C&
|
#include <botan/internal/ed25519_internal.h>
#include <botan/internal/ed25519_fe.h>
#include <array>
#include <span>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
void | Botan::ed25519_basepoint_mul (std::span< uint8_t, 32 > out, const uint8_t in[32]) |
bool | Botan::signature_check (std::span< const uint8_t, 32 > pk, const uint8_t h[32], const uint8_t r[32], const uint8_t s[32]) |