| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core/crypto/poly1305: Cleanups | Yawning Angel | 2023-11-17 | 1 | -4/+4 |
| | | | | | - Use `encoding/endian` | ||||
| * | core/crypto: Add private attributes for internals | Yawning Angel | 2023-04-08 | 1 | -0/+2 |
| | | | | | | These constants and internal routines are not intended for use outside the actual implementations themselves. | ||||
| * | core/crypto: Add poly1305 | Yawning Angel | 2021-11-17 | 1 | -0/+163 |
| This package implements the Poly1305 MAC algorithm as specified in RFC 8439, using routines taked from fiat-crypto and poly1305-donna. | |||||