TianoCore EDK2 master
Loading...
Searching...
No Matches
Keccak1600_Ctx Struct Reference

Data Fields

uint64_t A [5][5]
 
size_t block_size
 
size_t md_size
 
size_t num
 
unsigned char buf [KECCAK1600_WIDTH/8 - 32]
 
unsigned char pad
 

Detailed Description

Definition at line 33 of file CryptParallelHash.h.

Field Documentation

◆ A

uint64_t Keccak1600_Ctx::A[5][5]

Definition at line 34 of file CryptParallelHash.h.

◆ block_size

size_t Keccak1600_Ctx::block_size

Definition at line 35 of file CryptParallelHash.h.

◆ buf

unsigned char Keccak1600_Ctx::buf[KECCAK1600_WIDTH/8 - 32]

Definition at line 38 of file CryptParallelHash.h.

◆ md_size

size_t Keccak1600_Ctx::md_size

Definition at line 36 of file CryptParallelHash.h.

◆ num

size_t Keccak1600_Ctx::num

Definition at line 37 of file CryptParallelHash.h.

◆ pad

unsigned char Keccak1600_Ctx::pad

Definition at line 39 of file CryptParallelHash.h.


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