mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 02:25:14 -07:00
Comment doesn't seem to be relevant any more
This commit is contained in:
parent
96c37fc9a4
commit
0ec2f464c8
@ -87,8 +87,6 @@ int argon2_hash(const uint32_t t_cost, const uint32_t m_cost,
|
||||
int result;
|
||||
uint8_t *out;
|
||||
|
||||
/* Detect and reject overflowing sizes */
|
||||
/* TODO: This should probably be fixed in the function signature */
|
||||
if (pwdlen > UINT32_MAX) {
|
||||
return ARGON2_PWD_TOO_LONG;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user