Package Usage: go: github.com/aead/poly1305
Package poly1305 implements Poly1305 one-time message authentication code
defined in RFC 7539..
Poly1305 is a fast, one-time authentication function. It is infeasible for an
attacker to generate an authenticator for a message without the key.
However, a key must only be used for a single message. Authenticating two
different messages with the same key allows an attacker to forge
authenticators for other messages with the same key.
2 versions
Latest release: presque 7 ans ago
475 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/aead/poly1305