Here are
72 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.
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
-
Updated
Jun 8, 2020
-
TypeScript
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
Jul 8, 2021
-
OCaml
Implementation of argon2 (i, d, id) algorithms with CPU dispatching
A simple, modern, and secure encryption tool.
Optimized BLAKE2 hashing implementations in C#
VHDL FPGA design of an optimized Blake2b pipeline to mine Siacoin
A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
-
Updated
Apr 21, 2021
-
Dart
Crystal wrapper for the libsodium crypto API
-
Updated
Jun 27, 2021
-
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 cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3
-
Updated
May 30, 2018
-
Ruby
A work in progress cross platform tool to compute hashes of files quickly. Similar to hashdeep.
A pure Java implementation of BLAKE2 (RFC 7693)
Stand-alone Blake2B in Java
-
Updated
May 20, 2021
-
Elixir
A pure, simple and fast pythonic bloom filter
-
Updated
May 5, 2021
-
Python
Laravel wrapper for common hashing algorithms used in web applications
blake2b & md5 based registration and login in PHP to show a secure hashed password.
A Library For Hashing Files using Blake2b
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.