WhirlpoolContext Struct Reference

Whirlpool algorithm context. More...

#include <whirlpool.h>

Data Fields

union {
   uint64_t   h [8]
 
   uint8_t   digest [64]
 
}; 
 
union {
   uint64_t   x [8]
 
   uint8_t   buffer [64]
 
}; 
 
uint64_t k [8]
 
uint64_t l [8]
 
uint64_t state [8]
 
size_t size
 
uint64_t totalSize
 

Detailed Description

Whirlpool algorithm context.

Definition at line 56 of file whirlpool.h.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ buffer

uint8_t buffer[64]

Definition at line 66 of file whirlpool.h.

◆ digest

uint8_t digest[64]

Definition at line 61 of file whirlpool.h.

◆ h

uint64_t h[8]

Definition at line 60 of file whirlpool.h.

◆ k

uint64_t k[8]

Definition at line 69 of file whirlpool.h.

◆ l

uint64_t l[8]

Definition at line 70 of file whirlpool.h.

◆ size

size_t size

Definition at line 73 of file whirlpool.h.

◆ state

uint64_t state[8]

Definition at line 71 of file whirlpool.h.

◆ totalSize

uint64_t totalSize

Definition at line 74 of file whirlpool.h.

◆ x

uint64_t x[8]

Definition at line 65 of file whirlpool.h.


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