Poly1305::Update

Process message bytes.

Synopsis

Declared in <crypto/poly1305.h>

Poly1305&
Update(std::span<std::byte const> msg) noexcept;

Return Value

Reference to this object, to allow chaining.

Parameters

NameDescription
msgThe message bytes to authenticate.