cx_sha3_s | Developers

cx_sha3_s

Back to the files list

KECCAK, SHA3 and SHA3-XOF context. More...

Data Fields

struct cx_hash_header_s header
 See cx_hash_header_s. More...
size_t output_size
 Output digest size. More...
size_t block_size
 Input block size. More...
size_t blen
 Pending partial block length. More...
uint8_t block [200]
 Pending partial block. More...
uint64bits_t acc [25]
 Current digest state. More...

Detailed Description

KECCAK, SHA3 and SHA3-XOF context.

Field Documentation

acc

uint64bits_t acc[25]

Current digest state.

blen

size_t blen

Pending partial block length.

block

uint8_t block[200]

Pending partial block.

block_size

size_t block_size

Input block size.

header

struct cx_hash_header_s header

output_size

size_t output_size

Output digest size.

Back to the files list


Did you find this page helpful?


How would you improve this page for developers?



Getting Started
Theme Features
Customization

Embedded Apps