diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:25:31 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:25:31 +0100 |
| commit | ba1732e30e852064e2a30a7195e6f6dea0697da0 (patch) | |
| tree | e4e11e6a70a8188eb23dc88dcd967aad3aa56ee2 | |
| parent | Update year and e-mail (diff) | |
| download | libblake-ba1732e30e852064e2a30a7195e6f6dea0697da0.tar.gz libblake-ba1732e30e852064e2a30a7195e6f6dea0697da0.tar.bz2 libblake-ba1732e30e852064e2a30a7195e6f6dea0697da0.tar.xz | |
fix doc text
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | config.mk | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ DESCRIPTION libblake implements the SHA-3 finalists BLAKE as well as BLAKE2 and BLAKE2X. -FEATURE DIRECTIONS +FUTURE DIRECTIONS libblake will implement BLAKE3 in the future. SEE ALSO @@ -9,7 +9,7 @@ LDFLAGS = -s # These optimisations may not only break compatibility with # processors that the software was not compiled on, but they -# will infact also degrade performance. Therefore they are -# only only used for specific translation units. +# will in fact also degrade performance. Therefore they are +# only used for specific translation units. CFLAGS_MM128 = -msse4.1 -mavx2 CFLAGS_MM256 = -msse4.1 -mavx2 |
