Here are
79 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 very small, very simple, yet very secure encryption tool.
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
A simple, modern, and secure encryption tool.
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
Updated
Nov 8, 2021
TypeScript
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.
Simple hash algorithms in OCaml
Updated
Oct 19, 2021
OCaml
Optimized BLAKE2 hashing implementations in C#
Implementation of argon2 (i, d, id) algorithms with CPU dispatching
VHDL FPGA design of an optimized Blake2b pipeline to mine Siacoin
Crystal wrapper for the libsodium crypto API
Updated
Oct 20, 2021
Crystal
A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
Updated
Apr 21, 2021
Dart
BLAKE2b and BLAKE2s hash functions compiled to WebAssembly using Emscripten and optimized for small size
Updated
Jun 13, 2018
LiveScript
A Python implementation of PASETO and PASERK.
Updated
Nov 25, 2021
Python
A cross platform tool to compute hashes of files quickly. Similar to hashdeep.
The CodeChain miner for blake_pow
Updated
Oct 17, 2019
Rust
Crystal bindings to libsodium (WIP)
Updated
Jun 17, 2019
Crystal
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
A pure Java implementation of BLAKE2 (RFC 7693)
Stand-alone Blake2B in Java
A cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3
Updated
May 30, 2018
Ruby
Updated
May 20, 2021
Elixir
A pure, simple and fast pythonic bloom filter
Updated
May 5, 2021
Python
Guidance on implementing cryptography as a developer.
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 (
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 in a test like so: