Feed message bytes into a Poly1305 state.
Declared in <crypto/poly1305.h>
void
poly1305_update(
poly1305_context* st,
unsigned char const* m,
size_t bytes) noexcept;
| Name | Description |
|---|---|
| st | State to update. |
| m | Pointer to the message bytes. |
| bytes | Number of message bytes to process. |