mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
ITS#9206 Convert libsodium default memlimit to KiB
This commit is contained in:
parent
6485667711
commit
307b06ff40
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
* Or libsodium moderate settings
|
||||
*/
|
||||
#define SLAPD_ARGON2_ITERATIONS crypto_pwhash_OPSLIMIT_INTERACTIVE
|
||||
#define SLAPD_ARGON2_MEMORY crypto_pwhash_MEMLIMIT_INTERACTIVE
|
||||
#define SLAPD_ARGON2_MEMORY (crypto_pwhash_MEMLIMIT_INTERACTIVE / 1024)
|
||||
#define SLAPD_ARGON2_PARALLELISM 1
|
||||
#define SLAPD_ARGON2_SALT_LENGTH crypto_pwhash_SALTBYTES
|
||||
#define SLAPD_ARGON2_HASH_LENGTH 32
|
||||
|
|
|
|||
Loading…
Reference in a new issue