aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-19 20:13:40 +0200
committerMattias Andrée <m@maandree.se>2026-05-19 20:15:09 +0200
commit7b9ee1f66664215c4e07f2ba82fb33d62d918cc8 (patch)
treeef478e02fff139f323eae975ec349d499e05c0e2
parentlibtest: disable backtraces by default (diff)
downloadlibrecrypt-7b9ee1f66664215c4e07f2ba82fb33d62d918cc8.tar.gz
librecrypt-7b9ee1f66664215c4e07f2ba82fb33d62d918cc8.tar.bz2
librecrypt-7b9ee1f66664215c4e07f2ba82fb33d62d918cc8.tar.xz
m
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--DEPENDENCIES2
-rw-r--r--TODO2
2 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index fb667f0..3206f22 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -5,7 +5,7 @@ For Argon2 support (runtime, build, and check dependencies):
libar2simplified>=1.1
libar2simplified>=1.1.4 (check only)
libar2>=1.1
- libblake (indirect)
+ libblake [compiled with BLAKE2b support] (indirect)
pthread (indirect)
Running make(1) with WITH_LIBAR2SIMPLIFIED=false removes
diff --git a/TODO b/TODO
index f77b157..d766a29 100644
--- a/TODO
+++ b/TODO
@@ -17,4 +17,4 @@ Add support for descrypt.
Add support for bigcrypt.
Add support for NT Hash.
(Maybe) Add support for custom hash functions.
-Add support (via the "reserved" parametrer) for pepper.
+Add support (via the "reserved" parameter) for pepper.