| Crates.io | blake3-std |
| lib.rs | blake3-std |
| version | 0.1.0 |
| created_at | 2021-11-23 16:04:15.103193+00 |
| updated_at | 2023-01-28 01:42:57.35012+00 |
| description | the BLAKE3 hash function implementation with std::simd |
| homepage | |
| repository | https://github.com/LemonHX/BLAKE3-STD |
| max_upload_size | |
| id | 486315 |
| size | 786,789 |
the first blake3 implementation on
std::simd
[dependencies]
blake3-std = "0.0.1"
BLAKE3 is a cryptographic hash function that is:
BLAKE3 was designed by:
The development of BLAKE3 was sponsored by the Electric Coin Company.
portable_simdwhich means it could run on any platform that LLVM has SIMD implementation.
could be found at github pages

same as the official one