Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Functions | Variables
curve448_gf.h File Reference

Internal Header. More...

#include <botan/mem_ops.h>
#include <botan/types.h>
#include <botan/internal/bit_ops.h>
#include <array>
#include <span>

Go to the source code of this file.

Classes

class  Botan::Gf448Elem
 

Namespaces

namespace  Botan
 

Functions

Gf448Elem Botan::root (const Gf448Elem &elem)
 Compute the root of elem in the field.
 
Gf448Elem Botan::square (const Gf448Elem &elem)
 Computes elem^2. Faster than operator*.
 

Variables

constexpr size_t Botan::BYTES_448 = ceil_tobytes(448)
 
constexpr size_t Botan::WORDS_448 = 7
 

Detailed Description

Internal Header.

Definition in file curve448_gf.h.