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

Name

Description

msg

The message bytes to authenticate.

Created with MrDocs