|
Monero
|
#include "utility.hpp"#include "../common.hpp"#include "../assembly_generator_x86.hpp"#include "../superscalar.hpp"#include "../aes_hash.hpp"#include "../blake2/blake2.h"#include "../program.hpp"
Functions | |
| template<bool softAes> | |
| void | generateAsm (uint32_t nonce) |
| template<bool softAes> | |
| void | generateNative (uint32_t nonce) |
| void | printUsage (const char *executable) |
| int | main (int argc, char **argv) |
Variables | |
| const uint8_t | seed [32] = { 191, 182, 222, 175, 249, 89, 134, 104, 241, 68, 191, 62, 162, 166, 61, 64, 123, 191, 227, 193, 118, 60, 188, 53, 223, 133, 175, 24, 123, 230, 55, 74 } |
| const uint8_t | blockTemplate_ [] |
| void generateAsm | ( | uint32_t | nonce | ) |
| void generateNative | ( | uint32_t | nonce | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
| void printUsage | ( | const char * | executable | ) |