|
Electroneum
|
#include <cstddef>#include <fstream>#include <iomanip>#include <ios>#include <string>#include <cfenv>#include "misc_log_ex.h"#include "warnings.h"#include "crypto/hash.h"#include "crypto/variant2_int_sqrt.h"#include "../io.h"
Go to the source code of this file.
Classes | |
| struct | V4_Data |
| struct | hash_func |
Typedefs | |
| typedef crypto::hash | chash |
Functions | |
| POP_WARNINGS typedef void | hash_f (const void *, size_t, char *) |
| int | test_variant2_int_sqrt () |
| int | test_variant2_int_sqrt_ref () |
| int | main (int argc, char *argv[]) |
Variables | |
| struct hash_func | hashes [] |
| typedef crypto::hash chash |
| POP_WARNINGS typedef void hash_f | ( | const void * | , |
| size_t | , | ||
| char * | |||
| ) |

| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 92 of file main.cpp.

| struct hash_func hashes[] |