Raven Core  3.0.0
P2P Digital Currency
Public Attributes | List of all members
sph_sha224_context Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ buf

unsigned char sph_sha224_context::buf[64]

Definition at line 72 of file sph_sha2.h.

◆ count_high

sph_u32 sph_sha224_context::count_high

Definition at line 77 of file sph_sha2.h.

◆ count_low

sph_u32 sph_sha224_context::count_low

Definition at line 77 of file sph_sha2.h.

◆ val

sph_u32 sph_sha224_context::val[8]

Definition at line 73 of file sph_sha2.h.


The documentation for this struct was generated from the following file: