vSMC  v3.0.0
Scalable Monte Carlo
Public Types | Public Member Functions | List of all members
vsmc::internal::AES128KeySeqGenerator Class Reference

#include <vsmc/rng/aes_ni.hpp>

Public Types

using key_type = std::array< std::uint64_t, 2 >
 

Public Member Functions

template<std::size_t Rp1>
void operator() (const key_type &key, std::array< __m128i, Rp1 > &rk)
 

Detailed Description

Definition at line 658 of file aes_ni.hpp.

Member Typedef Documentation

Definition at line 661 of file aes_ni.hpp.

Member Function Documentation

template<std::size_t Rp1>
void vsmc::internal::AES128KeySeqGenerator::operator() ( const key_type key,
std::array< __m128i, Rp1 > &  rk 
)
inline

Definition at line 664 of file aes_ni.hpp.