libdecaf
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>
26  Run<Ristretto>::run();
27  Run<Ed448Goldilocks>::run();
28  }
29 }
30 
31 #endif /* __DECAF_HXX__ */
void run_for_all_curves()
Given a template with a "run" function, run it for all curves.
Definition: decaf.hxx:25
Namespace for all libdecaf C++ objects.
Definition: ed255.hxx:41