MTToolBox  0.2.10
ReducibleTemperingCalculatable.hpp
Go to the documentation of this file.
1 #ifndef MTTOOLBOX_REDUCIBLE_TEMPERING_CALCULATABLE_HPP
2 #define MTTOOLBOX_REDUCIBLE_TEMPERING_CALCULATABLE_HPP
3 
30 #include <stdint.h>
31 #include <inttypes.h>
34 
35 namespace MTToolBox {
52  template<class U>
54  : virtual public ReducibleGenerator<U>,
55  virtual public TemperingCalculatable<U> {
56  public:
57 
68  };
69 }
70 
71 #endif // MTTOOLBOX_TEMPERING_CALCULATABLE_HPP
Abstruct class for searching tempering parameters.
Users can search tempering parameters by making GF(2)-linear pseudo random generator class which inhe...
Definition: TemperingCalculatable.hpp:54
Definition: ReducibleTemperingCalculatable.hpp:53
virtual ~ReducibleTemperingCalculatable()
Virtual destructor (always required)
Definition: ReducibleTemperingCalculatable.hpp:67
This class is an Abstract class for reducible generator.
Definition: ReducibleGenerator.hpp:57
name space for MTToolBox