mirror of
https://0xacab.org/liberate/trees.git
synced 2024-11-22 02:00:36 +01:00
Merge branch 'master' into 'master'
[trees] - changed typo error in function name See merge request riseuplabs/trees!6
This commit is contained in:
commit
9b0758244c
@ -33,7 +33,7 @@ trees_pluging_pwhash_map(int value)
|
||||
case 0:
|
||||
/* argon2i, libsodium <= 1.0.14. */
|
||||
return crypto_pwhash_ALG_ARGON2I13;
|
||||
#ifdef crypto_pwhash_ALG_ARGON2IDI3
|
||||
#ifdef crypto_pwhash_ALG_ARGON2ID13
|
||||
case 1:
|
||||
/* argon2id, libsodium >= 1.0.15 */
|
||||
return crypto_pwhash_ALG_ARGON2ID13;
|
||||
|
Loading…
Reference in New Issue
Block a user