OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
mbedtls_chacha20_context Struct Reference

#include <chacha20.h>

Public Attributes

uint32_t state [16]
 
uint8_t keystream8 [64]
 
size_t keystream_bytes_used
 

Member Data Documentation

◆ keystream8

uint8_t mbedtls_chacha20_context::keystream8[64]

The state (before round operations).

◆ keystream_bytes_used

size_t mbedtls_chacha20_context::keystream_bytes_used

Leftover keystream bytes.

◆ state

uint32_t mbedtls_chacha20_context::state[16]

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