|
Monero
|
#include "unif01.h"#include "bbattery.h"#include "../aes_hash.hpp"#include "../blake2/blake2.h"#include "utility.hpp"#include <cstdint>
Macros | |
| #define | STR(x) |
| #define | CONCAT(a, b, c) |
| #define | GEN_NAME(x) |
| #define | GEN_FUNC(x) |
| #define | TEST_SUITE(x) |
Functions | |
| static unsigned long | aesGenBits (void *param, void *state) |
| static double | aesGenDouble (void *param, void *state) |
| static void | aesWriteState (void *state) |
| int | main (int argc, char **argv) |
Variables | |
| constexpr int | GeneratorStateSize = 64 |
| constexpr int | GeneratorCapacity = GeneratorStateSize / sizeof(uint32_t) |
| #define GEN_FUNC | ( | x | ) |
| #define STR | ( | x | ) |
| #define TEST_SUITE | ( | x | ) |
|
static |
|
static |
|
static |
| int main | ( | int | argc, |
| char ** | argv ) |
|
constexpr |
|
constexpr |