1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-11 09:36:09 +02:00

Add direct link to multithreading section

This commit is contained in:
Ricardo Fernández Serrata 2022-07-18 11:06:42 -04:00 committed by Jack O'Connor
parent 49a04ca23d
commit b5bd5bc3c9

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. See
implementation, it's [not currently multithreaded](c/README.md#multithreading). See
[`c/README.md`](c/README.md).
* The [Rust reference implementation](reference_impl/reference_impl.rs),