#include <stdexcept>
Go to the source code of this file.
|
#define | philox2x32(c, k) philox2x32_R(philox2x32_rounds, c, k) |
|
#define | philox4x32(c, k) philox4x32_R(philox4x32_rounds, c, k) |
|
#define | philox2x64(c, k) philox2x64_R(philox2x64_rounds, c, k) |
|
#define | philox4x64(c, k) philox4x64_R(philox4x64_rounds, c, k) |
|
|
| _philoxNxW_tpl (2, 1, 32, uint32_t) _philoxNxW_tpl(4 |
|
uint32_t | _philoxNxW_tpl (2, 1, 64, uint64_t) _philoxNxW_tpl(4 |
|
| _PhiloxNxW_base_tpl (r123array2x32, r123array1x32, 2, 32) _PhiloxNxW_base_tpl(r123array4x32 |
|
| _PhiloxNxW_base_tpl (r123array2x64, r123array1x64, 2, 64) _PhiloxNxW_base_tpl(r123array4x64 |
|
#define philox2x32 |
( |
|
c, |
|
|
|
k |
|
) |
| philox2x32_R(philox2x32_rounds, c, k) |
#define philox2x64 |
( |
|
c, |
|
|
|
k |
|
) |
| philox2x64_R(philox2x64_rounds, c, k) |
#define philox4x32 |
( |
|
c, |
|
|
|
k |
|
) |
| philox4x32_R(philox4x32_rounds, c, k) |
#define philox4x64 |
( |
|
c, |
|
|
|
k |
|
) |
| philox4x64_R(philox4x64_rounds, c, k) |
_philoxNxW_tpl |
( |
2 |
, |
|
|
1 |
, |
|
|
32 |
, |
|
|
uint32_t |
|
|
) |
| |
uint32_t _philoxNxW_tpl |
( |
2 |
, |
|
|
1 |
, |
|
|
64 |
, |
|
|
uint64_t |
|
|
) |
| |