Security Scol plugin
Public Member Functions | Public Attributes | List of all members
LSH256_Context Struct Reference

Public Member Functions

 LSH256_Context (word32 *state, word32 algType, word32 &remainingBitLength)
 

Public Attributes

lsh_u32 * cv_l
 
lsh_u32 * cv_r
 
lsh_u32 * sub_msgs
 
lsh_u8 * last_block
 
lsh_u32 & remain_databitlen
 
lsh_type alg_type
 

Detailed Description

Definition at line 145 of file lsh256.cpp.

Constructor & Destructor Documentation

◆ LSH256_Context()

LSH256_Context::LSH256_Context ( word32 *  state,
word32  algType,
word32 &  remainingBitLength 
)
inline

Definition at line 147 of file lsh256.cpp.

Member Data Documentation

◆ alg_type

lsh_type LSH256_Context::alg_type

Definition at line 158 of file lsh256.cpp.

◆ cv_l

lsh_u32* LSH256_Context::cv_l

Definition at line 153 of file lsh256.cpp.

◆ cv_r

lsh_u32* LSH256_Context::cv_r

Definition at line 154 of file lsh256.cpp.

◆ last_block

lsh_u8* LSH256_Context::last_block

Definition at line 156 of file lsh256.cpp.

◆ remain_databitlen

lsh_u32& LSH256_Context::remain_databitlen

Definition at line 157 of file lsh256.cpp.

◆ sub_msgs

lsh_u32* LSH256_Context::sub_msgs

Definition at line 155 of file lsh256.cpp.


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