1
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:
Frank Denis 2023-11-10 12:10:10 +01:00
parent a2b12dfcc0
commit b5eaa810c8

View File

@ -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));