| 
| using  | vsmc::AES128 = AES128Engine< std::uint32_t > | 
|   | AES-128 RNG engine with 32-bits integers output and default blocks.  More...
  | 
|   | 
| using  | vsmc::AES128_1x32 = AES128Engine< std::uint32_t, 1 > | 
|   | AES-128 RNG engine with 32-bits integers output and 1 block.  More...
  | 
|   | 
| using  | vsmc::AES128_1x64 = AES128Engine< std::uint64_t, 1 > | 
|   | AES-128 RNG engine with 64-bits integers output and 1 block.  More...
  | 
|   | 
| using  | vsmc::AES128_2x32 = AES128Engine< std::uint32_t, 2 > | 
|   | AES-128 RNG engine with 32-bits integers output and 2 blocks.  More...
  | 
|   | 
| using  | vsmc::AES128_2x64 = AES128Engine< std::uint64_t, 2 > | 
|   | AES-128 RNG engine with 64-bits integers output and 2 blocks.  More...
  | 
|   | 
| using  | vsmc::AES128_4x32 = AES128Engine< std::uint32_t, 4 > | 
|   | AES-128 RNG engine with 32-bits integers output and 4 blocks.  More...
  | 
|   | 
| using  | vsmc::AES128_4x64 = AES128Engine< std::uint64_t, 4 > | 
|   | AES-128 RNG engine with 64-bits integers output and 4 blocks.  More...
  | 
|   | 
| using  | vsmc::AES128_64 = AES128Engine< std::uint64_t > | 
|   | AES-128 RNG engine with 64-bits integers output and default blocks.  More...
  | 
|   | 
| using  | vsmc::AES128_8x32 = AES128Engine< std::uint32_t, 8 > | 
|   | AES-128 RNG engine with 32-bits integers output and 8 blocks.  More...
  | 
|   | 
| using  | vsmc::AES128_8x64 = AES128Engine< std::uint64_t, 8 > | 
|   | AES-128 RNG engine with 64-bits integers output and 8 blocks.  More...
  | 
|   | 
| template<typename ResultType , std::size_t Blocks = 4>  | 
| using  | vsmc::AES128Engine = AESNIEngine< ResultType, AES128KeySeq< ResultType, 10 >, 10, Blocks > | 
|   | AES-128 RNG engine.  More...
  | 
|   | 
| template<typename ResultType , std::size_t Rounds>  | 
| using  | vsmc::AES128KeySeq = internal::AESKeySeq< ResultType, Rounds, internal::AES128KeySeqGenerator< ResultType >> | 
|   | AES128Engine key sequence generator.  More...
  | 
|   | 
| using  | vsmc::AES192 = AES192Engine< std::uint32_t > | 
|   | AES-192 RNG engine with 32-bits integers output and default blocks.  More...
  | 
|   | 
| using  | vsmc::AES192_1x32 = AES192Engine< std::uint32_t, 1 > | 
|   | AES-192 RNG engine with 32-bits integers output and 1 block.  More...
  | 
|   | 
| using  | vsmc::AES192_1x64 = AES192Engine< std::uint64_t, 1 > | 
|   | AES-192 RNG engine with 64-bits integers output and 1 block.  More...
  | 
|   | 
| using  | vsmc::AES192_2x32 = AES192Engine< std::uint32_t, 2 > | 
|   | AES-192 RNG engine with 32-bits integers output and 2 blocks.  More...
  | 
|   | 
| using  | vsmc::AES192_2x64 = AES192Engine< std::uint64_t, 2 > | 
|   | AES-192 RNG engine with 64-bits integers output and 2 blocks.  More...
  | 
|   | 
| using  | vsmc::AES192_4x32 = AES192Engine< std::uint32_t, 4 > | 
|   | AES-192 RNG engine with 32-bits integers output and 4 blocks.  More...
  | 
|   | 
| using  | vsmc::AES192_4x64 = AES192Engine< std::uint64_t, 4 > | 
|   | AES-192 RNG engine with 64-bits integers output and 4 blocks.  More...
  | 
|   | 
| using  | vsmc::AES192_64 = AES192Engine< std::uint64_t > | 
|   | AES-192 RNG engine with 64-bits integers output and default blocks.  More...
  | 
|   | 
| using  | vsmc::AES192_8x32 = AES192Engine< std::uint32_t, 8 > | 
|   | AES-192 RNG engine with 32-bits integers output and 8 blocks.  More...
  | 
|   | 
| using  | vsmc::AES192_8x64 = AES192Engine< std::uint64_t, 8 > | 
|   | AES-192 RNG engine with 64-bits integers output and 8 blocks.  More...
  | 
|   | 
| template<typename ResultType , std::size_t Blocks = 4>  | 
| using  | vsmc::AES192Engine = AESNIEngine< ResultType, AES192KeySeq< ResultType, 12 >, 12, Blocks > | 
|   | AES-192 RNG engine.  More...
  | 
|   | 
| template<typename ResultType , std::size_t Rounds>  | 
| using  | vsmc::AES192KeySeq = internal::AESKeySeq< ResultType, Rounds, internal::AES192KeySeqGenerator< ResultType >> | 
|   | AES192Engine key sequence generator.  More...
  | 
|   | 
| using  | vsmc::AES256 = AES256Engine< std::uint32_t > | 
|   | AES-256 RNG engine with 32-bits integers output and default blocks.  More...
  | 
|   | 
| using  | vsmc::AES256_1x32 = AES256Engine< std::uint32_t, 1 > | 
|   | AES-256 RNG engine with 32-bits integers output and 1 block.  More...
  | 
|   | 
| using  | vsmc::AES256_1x64 = AES256Engine< std::uint64_t, 1 > | 
|   | AES-256 RNG engine with 64-bits integers output and 1 block.  More...
  | 
|   | 
| using  | vsmc::AES256_2x32 = AES256Engine< std::uint32_t, 2 > | 
|   | AES-256 RNG engine with 32-bits integers output and 2 blocks.  More...
  | 
|   | 
| using  | vsmc::AES256_2x64 = AES256Engine< std::uint64_t, 2 > | 
|   | AES-256 RNG engine with 64-bits integers output and 2 blocks.  More...
  | 
|   | 
| using  | vsmc::AES256_4x32 = AES256Engine< std::uint32_t, 4 > | 
|   | AES-256 RNG engine with 32-bits integers output and 4 blocks.  More...
  | 
|   | 
| using  | vsmc::AES256_4x64 = AES256Engine< std::uint64_t, 4 > | 
|   | AES-256 RNG engine with 64-bits integers output and 4 blocks.  More...
  | 
|   | 
| using  | vsmc::AES256_64 = AES256Engine< std::uint64_t > | 
|   | AES-256 RNG engine with 64-bits integers output and default blocks.  More...
  | 
|   | 
| using  | vsmc::AES256_8x32 = AES256Engine< std::uint32_t, 8 > | 
|   | AES-256 RNG engine with 32-bits integers output and 8 blocks.  More...
  | 
|   | 
| using  | vsmc::AES256_8x64 = AES256Engine< std::uint64_t, 8 > | 
|   | AES-256 RNG engine with 64-bits integers output and 8 blocks.  More...
  | 
|   | 
| template<typename ResultType , std::size_t Blocks = 4>  | 
| using  | vsmc::AES256Engine = AESNIEngine< ResultType, AES256KeySeq< ResultType, 14 >, 14, Blocks > | 
|   | AES-256 RNG engine.  More...
  | 
|   | 
| template<typename ResultType , std::size_t Rounds>  | 
| using  | vsmc::AES256KeySeq = internal::AESKeySeq< ResultType, Rounds, internal::AES256KeySeqGenerator< ResultType >> | 
|   | AES256Engine key sequence generator.  More...
  | 
|   |