aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.