Wire Sysio Wire Sysion 1.0.0
|
#include <equihash.hpp>
Public Member Functions | |
bool | is_valid () const |
Static Public Member Functions | |
static proof | hash (uint32_t n, uint32_t k, sha256 seed) |
Public Attributes | |
uint32_t | n |
uint32_t | k |
sha256 | seed |
std::vector< uint32_t > | inputs |
Definition at line 7 of file equihash.hpp.
Definition at line 33 of file equihash.cpp.
bool fc::equihash::proof::is_valid | ( | ) | const |
std::vector< uint32_t > fc::equihash::proof::inputs |
Definition at line 12 of file equihash.hpp.
uint32_t fc::equihash::proof::k |
Definition at line 10 of file equihash.hpp.
uint32_t fc::equihash::proof::n |
Definition at line 9 of file equihash.hpp.
sha256 fc::equihash::proof::seed |
Definition at line 11 of file equihash.hpp.