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

Public Attributes

uint32_t r [5]
 
uint32_t sr [5]
 
uint32_t h [5]
 
uint8_t buf [16]
 

Detailed Description

Definition at line 84 of file poly1305.cpp.

Member Data Documentation

◆ r

uint32_t PC_CRYPTO_HOT::Poly1305Work::r[5]

Definition at line 86 of file poly1305.cpp.

◆ sr

uint32_t PC_CRYPTO_HOT::Poly1305Work::sr[5]

Definition at line 87 of file poly1305.cpp.

◆ h

uint32_t PC_CRYPTO_HOT::Poly1305Work::h[5]

Definition at line 88 of file poly1305.cpp.

◆ buf

uint8_t PC_CRYPTO_HOT::Poly1305Work::buf[16]

Definition at line 89 of file poly1305.cpp.


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