|
Monero
|
#include "unif01.h"#include "bbattery.h"#include "../aes_hash.hpp"#include "../blake2/blake2.h"#include "utility.hpp"#include <cstdint>
Macros | |
| #define | STR(x) #x |
| #define | CONCAT(a, b, c) a ## b ## c |
| #define | GEN_NAME(x) "AesGenerator" STR(x) |
| #define | GEN_FUNC(x) CONCAT(fillAes, x, x4) |
| #define | TEST_SUITE(x) CONCAT(bbattery_, 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 | ) | CONCAT(fillAes, x, x4) |
| #define GEN_NAME | ( | x | ) | "AesGenerator" STR(x) |
| #define STR | ( | x | ) | #x |
| #define TEST_SUITE | ( | x | ) | CONCAT(bbattery_, x,) |
|
static |
|
static |
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| constexpr int GeneratorCapacity = GeneratorStateSize / sizeof(uint32_t) |
| constexpr int GeneratorStateSize = 64 |
1.8.14