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/20200928165740/https://github.com/topics/blake2b
Here are
58 public repositories
matching this topic...
High-level cryptography interface powered by libsodium
Pure PHP polyfill for ext/sodium
Public append-only ledger microservice built with Slim Framework
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
HashCobra Hash Cracking tool.
The bare minimum for high performance, fully-encrypted bidirectional RPC over TCP in Go with zero memory allocations.
A simple to use, high-performance, Go (golang) MAC signer.
Implementation of argon2 (i, d, id) algorithms with CPU dispatching
Simple hash algorithms in OCaml
Updated
Aug 4, 2020
OCaml
Optimized BLAKE2 hashing implementations in C#
VHDL FPGA design of an optimized Blake2b pipeline to mine Siacoin
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
Updated
Jun 8, 2020
TypeScript
A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
Crystal wrapper for the libsodium crypto API
Updated
Jul 27, 2020
Crystal
BLAKE2b and BLAKE2s hash functions compiled to WebAssembly using Emscripten and optimized for small size
Updated
Jun 13, 2018
LiveScript
The CodeChain miner for blake_pow
Updated
Oct 17, 2019
Rust
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
Crystal bindings to libsodium (WIP)
Updated
Jun 17, 2019
Crystal
A work in progress cross platform tool to compute hashes of files quickly. Similar to hashdeep.
Stand-alone Blake2B in Java
A cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3
Updated
May 30, 2018
Ruby
A pure Java implementation of BLAKE2 (RFC 7693)
Updated
Dec 23, 2018
Java
A pure, simple and fast pythonic bloom filter
Updated
Jul 27, 2019
Python
Updated
Jul 24, 2020
Elixir
A simple file checksum for windows, support SHA-1, SHA-256, SHA-512, Blake2b, SHA-3
Laravel wrapper for common hashing algorithms used in web applications
The BLAKE2b hash algorithm as defined in RFC 7693
png encoder -> blake2b key generator + chacha20 encryption
Simple .NET Core crypto library
Improve this page
Add a description, image, and links to the
blake2b
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
blake2b
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 (
SecretKey
s,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.