COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200905101220/https://github.com/topics/poly1305
Here are
30 public repositories
matching this topic...
High-level cryptography interface powered by libsodium
Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implementation
🔑 NaCl.Core, a cryptography library for .NET
Updated and Upgraded mbedTLS library for the ESP8266 (probably ESP32 too)
An easy-to-use XChaCha20-encryption wrapper for io.ReadWriteCloser (even lossy UDP) using ECDH key exchange algorithm, ED25519 signatures and Blake3+Poly1305 checksums/message-authentication. Also a multiplexer.
The poly1305 message authentication code
Updated
Jul 17, 2018
Assembly
AEAD cipher based on ChaCha20 stream cipher and Poly1305 MAC
Pure python ChaCha20Poly1305 implementation
Updated
Jan 5, 2020
Python
This crate implements ChaCha20-IETF, Poly1305 and ChachaPoly-IETF for `crypto_api`
Updated
Jul 16, 2020
Rust
Install Wireguard VPN + DNS resolvers debian ubuntu arch fedora server
Updated
Feb 11, 2019
Shell
Updated
Nov 7, 2018
Python
MirageOS-friendly bindings to Poly1305 C-stubs from WireGuard
Go implementation of crypto_secretbox_xchacha20poly1305
The Nuxed Crypto component provides a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations.
Updated
Jun 18, 2020
Hack
Chunked Encryption W/ Curve25519, XSalsa20 Poly1305, and Nonce Chaining
Check whether a chacha20-poly1305 cipher is supported by NodeJS
Updated
May 1, 2019
JavaScript
Python wrapper around poly1305aes by Daniel J. Bernstein
Updated
Sep 12, 2016
Assembly
An AVX/AVX2/x64 implementation of the Poly1305 MAC for Golang. [Deprecated].
Updated
Mar 15, 2018
Perl
Client-side JavaScript posts and captcha-validation for NANOBOARD.
Updated
May 9, 2020
JavaScript
Package poly implements message authenticators based on polynomials
AES-GCM python test bench
Updated
Aug 25, 2018
Python
Extends .NET Crypto API with support for symmetric ciphers ChaCha and Salsa and their respective variants.
rabbit 128bit cipher with poly1305 in javascript
Updated
May 29, 2019
JavaScript
Python wrapper for floodberry/poly1305-donna HMAC
Library for cryptographic primitives
Updated
Apr 19, 2018
Python
Delete duplicate copies of files in a directory
Updated
Sep 2, 2018
Python
an implementation of Salsa20 and Poly1305 in pure Nim
Proving equivalence of spec for Poly1305 in HACL* and Vale
Updated
Jan 15, 2018
Makefile
Improve this page
Add a description, image, and links to the
poly1305
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
poly1305
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
To check that all newtypes (
SecretKeys,Poly1305, etc.) implement the correct traits, new testing functions are needed.For example
fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {}could be used to check that a secret key implements the needed traits.