CRYPTO-C v1.1.3
C/C++ Documentation
SHA3_KECCAK_CTX Struct Reference

#include <sha3.h>

SHA3/Keccak hashing context. More...

Detailed Description

SHA3/Keccak hashing context.

Data Fields

union {
   uint8_t   b [200]
 8-bit input buffer
 
   uint64_t   q [25]
 64-bit input buffer
 
st
 Input buffer union.
 
uint32_t outlen
 Digest length, in bytes.
 
uint32_t rsiz
 Rate size, in bytes.
 
uint32_t pt
 Length of buffered input.
 

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