Poly1305::Poly1305

Construct a Poly1305 object with a given 32-byte key.

Synopsis

Declared in <crypto/poly1305.h>

Poly1305(std::span<std::byte const> key) noexcept;

Parameters

NameDescription
keyThe 32-byte one-time authentication key.