Botan 3.8.1
Crypto and TLS for C&
ed25519_fe.h File Reference

Internal Header. More...

#include <botan/exceptn.h>
#include <botan/mem_ops.h>

Go to the source code of this file.

Classes

class  Botan::FE_25519
 

Namespaces

namespace  Botan
 

Functions

void Botan::fe_0 (FE_25519 &x)
 
void Botan::fe_1 (FE_25519 &x)
 
void Botan::fe_add (FE_25519 &x, const FE_25519 &a, const FE_25519 &b)
 
void Botan::fe_copy (FE_25519 &a, const FE_25519 &b)
 
void Botan::fe_frombytes (FE_25519 &x, const uint8_t *b)
 
void Botan::fe_invert (FE_25519 &x, const FE_25519 &z)
 
int Botan::fe_isnegative (const FE_25519 &x)
 
int Botan::fe_isnonzero (const FE_25519 &x)
 
void Botan::fe_mul (FE_25519 &x, const FE_25519 &a, const FE_25519 &b)
 
void Botan::fe_neg (FE_25519 &x, const FE_25519 &z)
 
void Botan::fe_pow22523 (FE_25519 &x, const FE_25519 &y)
 
void Botan::fe_sq (FE_25519 &x, const FE_25519 &z)
 
void Botan::fe_sq2 (FE_25519 &x, const FE_25519 &z)
 
void Botan::fe_sq_iter (FE_25519 &x, const FE_25519 &z, size_t iter)
 
void Botan::fe_sub (FE_25519 &x, const FE_25519 &a, const FE_25519 &b)
 
void Botan::fe_tobytes (uint8_t *b, const FE_25519 &x)
 

Detailed Description

Internal Header.

Definition in file ed25519_fe.h.