Poly1305::Finalize

Write authentication tag to 16-byte out.

Synopsis

Declared in <crypto/poly1305.h>

void
Finalize(std::span<std::byte> out) noexcept;

Parameters

NameDescription
outBuffer receiving the 16-byte authentication tag.