|
| static void | eval (const void *plain, void *cipher, const std::array< T, K+4 > &par) |
| |
| template<typename ResultType > |
| static void | eval (Counter< T, K > &ctr, ResultType *r, const std::array< T, K+4 > &par) |
| |
| template<typename ResultType > |
| static void | eval (Counter< T, K > &ctr, std::size_t n, ResultType *r, const std::array< T, K+4 > &par) |
| |
template<typename T, std::size_t K, std::size_t Rounds, typename Constants, int = std::numeric_limits<T>::digits>
class mckl::internal::ThreefryGeneratorGenericImpl< T, K, Rounds, Constants, int >
Definition at line 53 of file threefry_generic.hpp.