Botan 3.9.0
Crypto and TLS for C&
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<size_t>(448)
constexpr size_t Botan::WORDS_448 = 7

Detailed Description

Internal Header.

Definition in file curve448_gf.h.