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

Public Attributes

uint8_t iv [8]
 
uint8_t poly_key [32]
 
uint8_t tag [16]
 
uint8_t len [4]
 

Detailed Description

Definition at line 38 of file chachapoly.cpp.

Member Data Documentation

◆ iv

uint8_t PC_CRYPTO_HOT::ChachapolyWork::iv[8]

Definition at line 40 of file chachapoly.cpp.

◆ poly_key

uint8_t PC_CRYPTO_HOT::ChachapolyWork::poly_key[32]

Definition at line 41 of file chachapoly.cpp.

◆ tag

uint8_t PC_CRYPTO_HOT::ChachapolyWork::tag[16]

Definition at line 42 of file chachapoly.cpp.

◆ len

uint8_t PC_CRYPTO_HOT::ChachapolyWork::len[4]

Definition at line 43 of file chachapoly.cpp.


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