diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-09-16 09:56:49 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-09-16 09:56:49 -0400 |
commit | 8c978325439a3d8f44c24bedc45ad895796ea94c (patch) | |
tree | 32b2471a1e6e4fd0af084094cd3e04b52a95e987 | |
parent | ed3ca1da539d80505d3b40353bf2b31498f50a9b (diff) | |
download | sha3-8c978325439a3d8f44c24bedc45ad895796ea94c.tar.bz2 sha3-8c978325439a3d8f44c24bedc45ad895796ea94c.zip |
README.md: s/test/sample/
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ * TurboSHAKE128 and TurboSHAKE256 * KangarooTwelve -Use `make` to build a minimal test application, and `make test` to run +Use `make` to build a minimal sample application, and `make test` to run the test suite. ## Examples |