1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-04-28 05:25:13 +02:00

Fix and shorten link

This commit is contained in:
Ricardo Fernández Serrata 2022-07-18 11:12:40 -04:00 committed by Jack O'Connor
parent b5bd5bc3c9
commit 79d270283f

View File

@ -45,7 +45,7 @@ This repository is the official implementation of BLAKE3. It includes:
* The [C implementation](c), which like the Rust implementation includes
SIMD code and runtime CPU feature detection on x86. Unlike the Rust
implementation, it's [not currently multithreaded](c/README.md#multithreading). See
implementation, it's [not currently multithreaded](c#multithreading). See
[`c/README.md`](c/README.md).
* The [Rust reference implementation](reference_impl/reference_impl.rs),