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 libdecaf C++ objects.
Definition:
ed255.hxx:41
point_255.hxx
point_448.hxx
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
Generated on Sat Apr 9 2022 13:05:57 for libdecaf by
1.8.17