Skip to main content

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

FieldTypeOptionalDescriptionDefault Value
InputStringNo
OutputStringNo
Shared SecretStringNoThe shared secret to use for signing. Must be 32 bytes.