A Go implementation of Poly1305 that makes sense

1 · Filippo Valsorda · April 2, 2019, 4:45 p.m.
Cryptography code could be understandable if only we commented it. This Poly1305 implementation is an attempt to prove it. It should be readable with just an idea of what MACs are for, a beginner level of Go, and high school math....