Incremental state for a Poly1305 one‐time authenticator computation.
Synopsis
Declared in <crypto/poly1305.h>
struct poly1305_context;
Data Members
Name |
Description |
Buffer holding a partial input block. |
|
Non‐zero once the final block has been processed. |
|
Running accumulator, split into 26‐bit limbs. |
|
Number of buffered bytes not yet processed. |
|
Key portion s added to the accumulator at the end. |
|
Clamped key portion r, split into 26‐bit limbs. |
Created with MrDocs