Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/internal/curve448_gf.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/loadstor.h>
#include <botan/internal/mp_asmi.h>
#include <botan/internal/mp_core.h>
#include <algorithm>
Go to the source code of this file.
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*. | |