Write authentication tag to 16‐byte out.
Synopsis
Declared in <crypto/poly1305.h>
void
Finalize(std::span<std::byte> out) noexcept;
Parameters
Name |
Description |
out |
Buffer receiving the 16‐byte authentication tag. |
Created with MrDocs