Boringssl Poly1305 Checker
Verifies message authentication using the Poly1305 algorithm via BoringSSL implementation. Serves as the counterpart to BoringSSL Poly1305 Signer, validating authentication tags to ensure data integrity and authenticity. Uses the same 32-byte shared secret to verify that packets have not been tampered with or corrupted during transmission. Rejects packets with invalid authentication tags, providing strong protection against data manipulation attacks.
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. |