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
Name |
Description |
key |
The 32‐byte one‐time authentication key. |
Created with MrDocs