ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
PC_CRYPTO_HOT::Chacha20Work Struct Reference

Public Attributes

uint32_t st [16]
 
uint8_t ks [64]
 
uint32_t x [16]
 

Detailed Description

Definition at line 57 of file chacha20.cpp.

Member Data Documentation

◆ st

uint32_t PC_CRYPTO_HOT::Chacha20Work::st[16]

Definition at line 59 of file chacha20.cpp.

Referenced by PC_CRYPTO_HOT::chacha_core().

◆ ks

uint8_t PC_CRYPTO_HOT::Chacha20Work::ks[64]

Definition at line 60 of file chacha20.cpp.

◆ x

uint32_t PC_CRYPTO_HOT::Chacha20Work::x[16]

Definition at line 61 of file chacha20.cpp.

Referenced by PC_CRYPTO_HOT::chacha_core().


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