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

Public Member Functions

 LSH512_Context (word64 *state, word64 algType, word64 &remainingBitLength)
 

Public Attributes

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

Detailed Description

Definition at line 205 of file lsh512.cpp.

Constructor & Destructor Documentation

◆ LSH512_Context()

LSH512_Context::LSH512_Context ( word64 *  state,
word64  algType,
word64 &  remainingBitLength 
)
inline

Definition at line 207 of file lsh512.cpp.

Member Data Documentation

◆ alg_type

lsh_type LSH512_Context::alg_type

Definition at line 218 of file lsh512.cpp.

◆ cv_l

lsh_u64* LSH512_Context::cv_l

Definition at line 213 of file lsh512.cpp.

◆ cv_r

lsh_u64* LSH512_Context::cv_r

Definition at line 214 of file lsh512.cpp.

◆ last_block

lsh_u8* LSH512_Context::last_block

Definition at line 216 of file lsh512.cpp.

◆ remain_databitlen

lsh_u64& LSH512_Context::remain_databitlen

Definition at line 217 of file lsh512.cpp.

◆ sub_msgs

lsh_u64* LSH512_Context::sub_msgs

Definition at line 215 of file lsh512.cpp.


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