mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-23 12:05:11 -07:00
Revert "Include argon2id in crypto_pwhash_primitive()"
This reverts commit a2b12dfcc0
.
This commit is contained in:
parent
a2b12dfcc0
commit
b5eaa810c8
@ -135,7 +135,7 @@ int crypto_pwhash_str_needs_rehash(const char *str,
|
||||
unsigned long long opslimit, size_t memlimit)
|
||||
__attribute__ ((warn_unused_result)) __attribute__ ((nonnull));
|
||||
|
||||
#define crypto_pwhash_PRIMITIVE "argon2id,argon2i"
|
||||
#define crypto_pwhash_PRIMITIVE "argon2i"
|
||||
SODIUM_EXPORT
|
||||
const char *crypto_pwhash_primitive(void)
|
||||
__attribute__ ((warn_unused_result));
|
||||
|
Loading…
Reference in New Issue
Block a user