diff options
| -rw-r--r-- | DEPENDENCIES | 2 | ||||
| -rw-r--r-- | TODO | 2 |
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 @@ -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. |
