ccRTP 2.1.2
|
Context for Skein. More...
#include <skeinApi.h>
Data Fields | |
u64b_t | skeinSize |
u64b_t | XSave [SKEIN_MAX_STATE_WORDS] |
union { | |
Skein_Ctxt_Hdr_t h | |
Skein_256_Ctxt_t s256 | |
Skein_512_Ctxt_t s512 | |
Skein1024_Ctxt_t s1024 | |
} | m |
Context for Skein.
This structure was setup with some know-how of the internal Skein structures, in particular ordering of header and size dependent variables. If Skein implementation changes this, then adapt these structures as well.
Definition at line 118 of file skeinApi.h.
Skein_Ctxt_Hdr_t SkeinCtx::h |
Definition at line 122 of file skeinApi.h.
union { ... } SkeinCtx::m |
Skein1024_Ctxt_t SkeinCtx::s1024 |
Definition at line 125 of file skeinApi.h.
Skein_256_Ctxt_t SkeinCtx::s256 |
Definition at line 123 of file skeinApi.h.
Skein_512_Ctxt_t SkeinCtx::s512 |
Definition at line 124 of file skeinApi.h.
u64b_t SkeinCtx::skeinSize |
Definition at line 119 of file skeinApi.h.
u64b_t SkeinCtx::XSave[SKEIN_MAX_STATE_WORDS] |
Definition at line 120 of file skeinApi.h.