Struct Poly1305_Ctx¶
Poly1305 context.
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | h |
| uint32_t | pad |
| uint32_t | r |
Public Attributes Documentation¶
variable h¶
Accumulator (26-bit limbs)
variable pad¶
Key s = second 16 bytes
variable r¶
Clamped key r (26-bit limbs)
The documentation for this class was generated from the following file src/syntropic/crypto/syn_chacha20poly1305.c