|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Public Attributes | |
| uint8_t | iv [8] |
| uint8_t | poly_key [32] |
| uint8_t | tag [16] |
| uint8_t | len [4] |
Definition at line 38 of file chachapoly.cpp.
| uint8_t PC_CRYPTO_HOT::ChachapolyWork::iv[8] |
Definition at line 40 of file chachapoly.cpp.
| uint8_t PC_CRYPTO_HOT::ChachapolyWork::poly_key[32] |
Definition at line 41 of file chachapoly.cpp.
| uint8_t PC_CRYPTO_HOT::ChachapolyWork::tag[16] |
Definition at line 42 of file chachapoly.cpp.
| uint8_t PC_CRYPTO_HOT::ChachapolyWork::len[4] |
Definition at line 43 of file chachapoly.cpp.