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

C files -> C and assembly files

This commit is contained in:
Jack O'Connor 2020-03-25 17:25:03 -04:00
parent c3639b4255
commit c26a37f70c

View File

@ -132,9 +132,9 @@ function in a loop, incrementing `seek` by the output length each time.
# Building
This implementation is just C files. It doesn't include a public-facing
build system. (The `Makefile` in this directory is only for testing.)
Instead, the intention is that you can include these C and assemly files
This implementation is just C and assembly files. It doesn't include a
public-facing build system. (The `Makefile` in this directory is only
for testing.) Instead, the intention is that you can include these files
in whatever build system you're already using. This section describes
the commands your build system should execute, or which you can execute
by hand. Note that these steps may change in future versions.