Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/tmthrgd/poly1305

Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf. 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. Poly1305 was originally coupled with AES in order to make Poly1305-AES. AES was used with a fixed key in order to generate one-time keys from an nonce. However, in this package AES isn't used and the one-time key is specified directly.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/tmthrgd/poly1305
Keywords: amd64, asm, assembly, authentication, avx, avx2, golang, mac, perl, poly1305, x64, x86-64
License: Apache-2.0,BSD-3-Clause,OpenSSL
Latest release: about 6 years ago
First release: about 6 years ago
Namespace: github.com/tmthrgd
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 25 days ago

    Loading...
    Readme
    Loading...