libdecaf
Loading...
Searching...
No Matches
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
22namespace decaf {
24 template <template<typename Group> class Run>
26 Run<Ristretto>::run();
27 Run<Ed448Goldilocks>::run();
28 }
29}
30
31#endif /* __DECAF_HXX__ */
Namespace for all C++ decaf objects.
Definition decaf.hxx:22
void run_for_all_curves()
Given a template with a "run" function, run it for all curves.
Definition decaf.hxx:25