QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
A post quantum secure library written in Ansi C
 
Loading...
Searching...
No Matches
qsc_chacha_state Struct Reference

Internal state structure for the ChaCha20 cipher. More...

#include <chacha.h>

Data Fields

uint32_t state [16]
 

Detailed Description

Internal state structure for the ChaCha20 cipher.

This structure holds the 16-word internal state used during encryption/decryption.

Field Documentation

◆ state

uint32_t state[16]

[uint32_t] The internal state array used by the cipher.


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