|
| static void | eval (const void *plain, void *cipher, const std::array< T, K/2 > &key) |
| |
| template<typename ResultType > |
| static void | eval (Counter< T, K > &ctr, ResultType *r, const std::array< T, K/2 > &key) |
| |
| template<typename ResultType > |
| static void | eval (Counter< T, K > &ctr, std::size_t n, ResultType *r, const std::array< T, K/2 > &key) |
| |
template<typename T, std::size_t K, std::size_t Rounds, typename Constants, int = std::numeric_limits<T>::digits>
class mckl::internal::PhiloxGeneratorGenericImpl< T, K, Rounds, Constants, int >
Definition at line 48 of file philox_generic.hpp.