ReactOS 0.4.15-dev-7924-g5949c20
mbedtls_chacha20_context Struct Reference

#include <chacha20.h>

Public Attributes

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

Detailed Description

Definition at line 87 of file chacha20.h.

Member Data Documentation

◆ keystream8

uint8_t mbedtls_chacha20_context::keystream8[64]

The state (before round operations).

Definition at line 90 of file chacha20.h.

◆ keystream_bytes_used

size_t mbedtls_chacha20_context::keystream_bytes_used

Leftover keystream bytes.

Definition at line 91 of file chacha20.h.

◆ state

uint32_t mbedtls_chacha20_context::state[16]

Definition at line 89 of file chacha20.h.


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