BLAKE3
hash function
A cryptographic hash function with high-speed and security features.
the official Rust and C implementations of the BLAKE3 cryptographic hash function
5k stars
78 watching
356 forks
Language: Assembly
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lkujaw/blake2s | Implementation of the BLAKE2s hash function in Ada for secure data integrity and authenticity verification. | 1 |
cyan4973/xxhash | An extremely fast hash algorithm library | 9,262 |
ucb-bar/sha3 | A hardware accelerator for the Secure Hash Algorithm 3 (SHA3) implemented in Verilog. | 77 |
kanwei/algorithms | A comprehensive library of algorithms and data structures in Ruby | 2,676 |
rustcrypto/hashes | A collection of cryptographic hash functions implemented in pure Rust. | 1,913 |
briansmith/ring | A small, fast, and secure cryptographic library implemented in assembly language | 3,787 |
bheisler/criterion.rs | A library that provides a powerful and statistically rigorous tool for measuring code performance and detecting regressions | 4,692 |
mirage/digestif | Tools for implementing various hash algorithms in multiple programming languages. | 87 |
ebtech/rust-algorithms | A collection of classic data structures and algorithms in Rust, showcasing the design and implementation for learning and reference purposes. | 3,778 |
greg7mdp/parallel-hashmap | A family of fast and memory-friendly hash map and B-tree container implementations | 2,587 |
bytecodealliance/wasmtime | A lightweight WebAssembly runtime that provides a fast, secure, and standards-compliant execution environment for web-based applications. | 15,559 |
bcrypt-ruby/bcrypt-ruby | A Ruby binding for the OpenBSD bcrypt() password hashing algorithm | 1,933 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
racum/rust-djangohashers | Provides Rust implementations of password hashing algorithms used in Django Project. | 56 |
ekzhang/bore | A tool that establishes a TCP tunnel to bypass standard NAT connection firewalls and exposes local ports to a remote server. | 8,703 |