Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

sph_luffa224_context Struct Reference

This structure is a context for Luffa-224 computations: it contains the intermediate values and some data from the last entered block. More...

#include <sph_luffa.h>

Public Attributes

unsigned char buf [32]
 
size_t ptr
 
sph_u32 V [3][8]
 

Detailed Description

This structure is a context for Luffa-224 computations: it contains the intermediate values and some data from the last entered block.

Once a Luffa computation has been performed, the context can be reused for another computation.

The contents of this structure are private. A running Luffa computation can be cloned by copying the context (e.g. with a simple memcpy()).

Definition at line 76 of file sph_luffa.h.

Member Data Documentation

◆ buf

unsigned char sph_luffa224_context::buf[32]

Definition at line 78 of file sph_luffa.h.

Referenced by luffa3(), and luffa3_close().

◆ ptr

size_t sph_luffa224_context::ptr

Definition at line 79 of file sph_luffa.h.

Referenced by luffa3(), luffa3_close(), sph_luffa224_init(), and sph_luffa256_init().

◆ V

sph_u32 sph_luffa224_context::V[3][8]

Definition at line 80 of file sph_luffa.h.

Referenced by sph_luffa224_init(), and sph_luffa256_init().


The documentation for this struct was generated from the following file:
Released under the MIT license