|
Botan 3.9.0
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>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*. | |