libdecaf
src
GENERATED
include
decaf.hxx
Go to the documentation of this file.
1
15
#ifndef __DECAF_HXX__
16
#define __DECAF_HXX__ 1
17
18
#include <
decaf/point_255.hxx
>
19
#include <
decaf/point_448.hxx
>
20
22
namespace
decaf
{
24
template
<
template
<
typename
Group>
class
Run>
25
void
run_for_all_curves
() {
26
Run<Ristretto>::run();
27
Run<Ed448Goldilocks>::run();
28
}
29
}
30
31
#endif
/* __DECAF_HXX__ */
decaf
Namespace for all C++ decaf objects.
Definition:
decaf.hxx:22
decaf::run_for_all_curves
void run_for_all_curves()
Given a template with a "run" function, run it for all curves.
Definition:
decaf.hxx:25
point_255.hxx
point_448.hxx
Generated on Thu Jul 25 2024 11:20:13 for libdecaf by
1.9.4