1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-05 03:36:12 +02:00
This commit is contained in:
Jack O'Connor 2020-01-26 16:12:10 -05:00 committed by GitHub
parent 1db856a3e5
commit 71e605fd5d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,6 @@ currently better with Clang than with GCC.
The C implementation does not currently support multi-threading. OpenMP
support or similar might be added in the future.
Both the C and Rust implementations support output of any lenght, but
Both the C and Rust implementations support output of any length, but
only the Rust implementation provides an incremental (and seekable)
output reader. This might also be added in the future.