diff options
| author | Mattias Andrée <m@maandree.se> | 2026-07-01 21:37:09 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-07-01 21:37:09 +0200 |
| commit | 1323b81cd2679bb61a480524a0e4cd008d3d0bee (patch) | |
| tree | d7fc0c3417b6ae7a1688cddd8ce3a9607ec53dd7 /DEPENDENCIES | |
| parent | Add test and fix a bug (diff) | |
| download | librecrypt-3b7ce5adbb2373f3fcd80d5e3593a4900efa7125.tar.gz librecrypt-3b7ce5adbb2373f3fcd80d5e3593a4900efa7125.tar.bz2 librecrypt-3b7ce5adbb2373f3fcd80d5e3593a4900efa7125.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'DEPENDENCIES')
| -rw-r--r-- | DEPENDENCIES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 3206f22..d302e44 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -14,6 +14,20 @@ For Argon2 support (runtime, build, and check dependencies): is advisable to use WITH_LIBAR2SIMPLIFIED=false if you are only going to use p=1 in the Argon2 parameters. + If you need to use the reference implementation of Argon2 + instead, you can build with ARGON2_VERSION set to the + release number. Because the reference implementation does + not provide a stable API or ABI it is not guaranteed that + selecting an unsupported version or linking against another + version than compiled against works. Currently, up to and + including version 20190702 is supported. 20161029 or newer + is required for Argon2id. 20160406 or newer is required for + argon2 1.3, and older is required for Argon2ds. libar2 is + used unless ARGON2_VERSION is set; libar2 supports all + variants. If you are using the reference implementation of + Argon2 compiled with ARGON2_NO_THREADS, also set the macro + ARGON2_NO_THREADS when compiling this library. + Build dependencies: libc make |
