Raven Core
3.0.0
P2P Digital Currency
|
This structure is a context for SHA-224 computations: it contains the intermediate values and some data from the last entered block. More...
#include <sph_sha2.h>
Public Attributes | |
unsigned char | buf [64] |
sph_u32 | val [8] |
sph_u32 | count_high |
sph_u32 | count_low |
This structure is a context for SHA-224 computations: it contains the intermediate values and some data from the last entered block.
Once a SHA-224 computation has been performed, the context can be reused for another computation.
The contents of this structure are private. A running SHA-224 computation can be cloned by copying the context (e.g. with a simple memcpy()
).
Definition at line 70 of file sph_sha2.h.
unsigned char sph_sha224_context::buf[64] |
Definition at line 72 of file sph_sha2.h.
sph_u32 sph_sha224_context::count_high |
Definition at line 77 of file sph_sha2.h.
sph_u32 sph_sha224_context::count_low |
Definition at line 77 of file sph_sha2.h.
sph_u32 sph_sha224_context::val[8] |
Definition at line 73 of file sph_sha2.h.