diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 02:11:29 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 02:11:29 +0200 |
| commit | 8e7bfadb3eb9f43eb0b670b908b479325722fee5 (patch) | |
| tree | e7f26f67cc4da2846e0ac3f8201e1e82de3c6112 /DEPENDENCIES | |
| parent | m (diff) | |
| download | librecrypt-8e7bfadb3eb9f43eb0b670b908b479325722fee5.tar.gz librecrypt-8e7bfadb3eb9f43eb0b670b908b479325722fee5.tar.bz2 librecrypt-8e7bfadb3eb9f43eb0b670b908b479325722fee5.tar.xz | |
Add WITH_LIBAR2SIMPLIFIED=false + work on fuzzing code
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | DEPENDENCIES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 7915221..fb667f0 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -8,6 +8,12 @@ For Argon2 support (runtime, build, and check dependencies): libblake (indirect) pthread (indirect) + Running make(1) with WITH_LIBAR2SIMPLIFIED=false removes + dependency on libar2simplified and pthread (for Argon2), + however, it also disables multithreading for Argon2. It + is advisable to use WITH_LIBAR2SIMPLIFIED=false if you + are only going to use p=1 in the Argon2 parameters. + Build dependencies: libc make |
