aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/poly1305
Commit message (Collapse)AuthorAgeFilesLines
* core/crypto/poly1305: CleanupsYawning Angel2023-11-171-4/+4
| | | | - Use `encoding/endian`
* core/crypto: Add private attributes for internalsYawning Angel2023-04-081-0/+2
| | | | | These constants and internal routines are not intended for use outside the actual implementations themselves.
* core/crypto: Add poly1305Yawning Angel2021-11-171-0/+163
This package implements the Poly1305 MAC algorithm as specified in RFC 8439, using routines taked from fiat-crypto and poly1305-donna.