Boringssl Poly1305 Signer
Provide message authentication using the Poly1305 algorithm via BoringSSL implementation. Poly1305 is a high-speed one-time authenticator that generates cryptographic message authentication codes (MACs) to verify data integrity and authenticity. Essential for detecting tampering or corruption in data streams where integrity verification is required.
Tags: SECURITY
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Shared Secret | String | No | The shared secret to use for signing. Must be 32 bytes. |