Finish a Poly1305 computation and write the 16-byte authentication tag.
Declared in <crypto/poly1305.h>
void
poly1305_finish(
poly1305_context* st,
unsigned char mac[]) noexcept;
| Name | Description |
|---|---|
| st | State to finalize. |
| mac | Buffer receiving the 16-byte tag. |