aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRicardo Fernández Serrata <[email protected]>2022-07-18 11:06:42 -0400
committerJack O'Connor <[email protected]>2022-07-19 09:45:19 -0700
commitb5bd5bc3c9cd0dfba9073f5a0fd52fc14681925d (patch)
tree2330fbade046914fec1cb27a0fd0d36444f27eda /README.md
parent49a04ca23d10662cc7e5a38fb40f0955224852b5 (diff)
Add direct link to multithreading section
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4e9891..670e0c1 100644
--- a/README.md
+++ b/README.md
@@ -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),