poly1305

The Poly1305 message authentication code (docs.ppad.tech/poly1305).
git clone git://git.ppad.tech/poly1305.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-03-11 06:33meta: wycheproof noteJared Tobin1+5-2
2025-03-10 12:58release: v0.2.0Jared Tobin2+5-1
2025-03-10 12:54test: passing all A.3 vectorsJared Tobin2+141-3
2025-03-10 12:54lib: split out loop, expose for testingJared Tobin1+22-15
2025-03-10 12:27test: passing A.3 #1Jared Tobin1+12-0
2025-03-10 12:26lib: right-pad macs with zeros if necessaryJared Tobin1+9-1
2025-03-09 14:44meta: (non) constant-time noteJared Tobin1+3-0
2025-03-09 13:47release: v0.1.0Jared Tobin1+5-0
2025-03-09 13:43meta: readmeJared Tobin1+80-0
2025-03-09 13:35lib: docsJared Tobin1+11-9
2025-03-09 13:26bench: basic suiteJared Tobin2+30-5
2025-03-09 13:22lib: basic implementation, testJared Tobin2+102-2
2025-03-09 12:08lib: skeletonJared Tobin10+287-0