![]() |
Raven Core
3.0.0
P2P Digital Currency
|
This structure is a context for BMW-224 and BMW-256 computations: it contains the intermediate values and some data from the last entered block. More...
#include <sph_bmw.h>
Public Attributes | |
| unsigned char | buf [64] |
| size_t | ptr |
| sph_u32 | H [16] |
| sph_u32 | bit_count_high |
| sph_u32 | bit_count_low |
This structure is a context for BMW-224 and BMW-256 computations: it contains the intermediate values and some data from the last entered block.
Once a BMW computation has been performed, the context can be reused for another computation.
The contents of this structure are private. A running BMW computation can be cloned by copying the context (e.g. with a simple memcpy()).
1.8.13