Remove redundant Argon2 algorithm ids
This commit is contained in:
parent
2cb841539e
commit
efd27c6489
@ -19,12 +19,6 @@ crypto_pwhash_argon2i_alg_argon2i13(void)
|
|||||||
return crypto_pwhash_argon2i_ALG_ARGON2I13;
|
return crypto_pwhash_argon2i_ALG_ARGON2I13;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
|
||||||
crypto_pwhash_argon2i_alg_argon2id13(void)
|
|
||||||
{
|
|
||||||
return crypto_pwhash_argon2i_ALG_ARGON2ID13;
|
|
||||||
}
|
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
crypto_pwhash_argon2i_bytes_min(void)
|
crypto_pwhash_argon2i_bytes_min(void)
|
||||||
{
|
{
|
||||||
|
@ -13,12 +13,6 @@
|
|||||||
|
|
||||||
#define STR_HASHBYTES 32U
|
#define STR_HASHBYTES 32U
|
||||||
|
|
||||||
int
|
|
||||||
crypto_pwhash_argon2id_alg_argon2i13(void)
|
|
||||||
{
|
|
||||||
return crypto_pwhash_argon2id_ALG_ARGON2I13;
|
|
||||||
}
|
|
||||||
|
|
||||||
int
|
int
|
||||||
crypto_pwhash_argon2id_alg_argon2id13(void)
|
crypto_pwhash_argon2id_alg_argon2id13(void)
|
||||||
{
|
{
|
||||||
|
@ -18,7 +18,7 @@ extern "C" {
|
|||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
int crypto_pwhash_alg_argon2i13(void);
|
int crypto_pwhash_alg_argon2i13(void);
|
||||||
|
|
||||||
#define crypto_pwhash_ALG_ARGON2ID13 crypto_pwhash_argon2i_ALG_ARGON2ID13
|
#define crypto_pwhash_ALG_ARGON2ID13 crypto_pwhash_argon2id_ALG_ARGON2ID13
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
int crypto_pwhash_alg_argon2id13(void);
|
int crypto_pwhash_alg_argon2id13(void);
|
||||||
|
|
||||||
|
@ -18,10 +18,6 @@ extern "C" {
|
|||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
int crypto_pwhash_argon2i_alg_argon2i13(void);
|
int crypto_pwhash_argon2i_alg_argon2i13(void);
|
||||||
|
|
||||||
#define crypto_pwhash_argon2i_ALG_ARGON2ID13 2
|
|
||||||
SODIUM_EXPORT
|
|
||||||
int crypto_pwhash_argon2i_alg_argon2id13(void);
|
|
||||||
|
|
||||||
#define crypto_pwhash_argon2i_BYTES_MIN 16U
|
#define crypto_pwhash_argon2i_BYTES_MIN 16U
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
size_t crypto_pwhash_argon2i_bytes_min(void);
|
size_t crypto_pwhash_argon2i_bytes_min(void);
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define crypto_pwhash_argon2id_ALG_ARGON2I13 1
|
|
||||||
SODIUM_EXPORT
|
|
||||||
int crypto_pwhash_argon2id_alg_argon2i13(void);
|
|
||||||
|
|
||||||
#define crypto_pwhash_argon2id_ALG_ARGON2ID13 2
|
#define crypto_pwhash_argon2id_ALG_ARGON2ID13 2
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
int crypto_pwhash_argon2id_alg_argon2id13(void);
|
int crypto_pwhash_argon2id_alg_argon2id13(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user