Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_chacha20_context Struct Reference

Data Fields

uint8_t keystream8 [64]
 
size_t keystream_bytes_used
 

Detailed Description

Definition at line 67 of file chacha20.h.

Field Documentation

◆ keystream8

uint8_t keystream8[64]

The state (before round operations).

Definition at line 70 of file chacha20.h.

◆ keystream_bytes_used

size_t keystream_bytes_used

Leftover keystream bytes.

Definition at line 71 of file chacha20.h.