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