

Blake3 is 10 times faster than SHA-2
source link: https://nextjournal.com/mk/BLAKE3
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

BLAKE3
Trying out the BLAKE3 cryptographic hash function ( HN discussion ).
Let's first install it via cargo
.
cargo install b3sum
154.8s
BLAKE3 (Bash)
Rust
Then we're generating a 1GB file.
head -c 1000000000 /dev/urandom > /tmp/bigfile
8.2s
BLAKE3 (Bash)
Rust
Hashing it with SHA-2 takes ~7 seconds.
time shasum -a 256 /tmp/bigfile
7.7s
BLAKE3 (Bash)
Rust
With blake3 only ~0.8s.
time b3sum /tmp/bigfile
1.4s
BLAKE3 (Bash)
Rust
Recommend
-
17
BLAKE3 is a cryptographic hash function that is: Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2. Secure , unlike MD5 and SHA-1. And secure against leng...
-
20
README.md BLAKE3 specifications This repository contains the specification document of the hash function
-
7
-
10
Fre is 10 times faster than react! Aug 7 ・2 min read ...
-
6
Why I have settled on XChaCha20+Blake3 as the AE suite of choice for my projects 2021-11-29 This might get me some looks, but I have pretty solidly decided to go in on using XChaCh...
-
9
Samsung’s UFS 4.0 is two times faster than its current storage By Haroun Adamu...
-
6
PCI Express 7 will be eight times faster than PCI Express 5Steve Dent·Contributing Reporter
-
5
5.5G will be 10 times faster than 5G reaching 10 Gbps in download
-
3
Sometimes humans can spot optimization opportunities that a compiler can’t doesn’t. In this post, we start with a loop generated from C code by clang, and tweak it in various ways, measuring the speedup. Disclaimer
-
8
...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK