Files
cryptsetup/lib/crypto_backend/argon2
Milan Broz c3972372b1 argon2: Avoid unitialized warning in cppcheck
Thsi patch avoids this cppcheck warning:

Error: CPPCHECK_WARNING (CWE-457): [#def1]
cryptsetup-main/lib/crypto_backend/argon2/blake2/blake2b.c:369: warning[uninitvar]: Uninitialized variable: out_buffer

It is a false positive, but wiping buffer is cheap a and similar approach is used
in other Argon2 implementations (OpenSSL).
2024-11-08 19:51:14 +00:00
..
2020-07-04 16:43:23 +02:00
2020-07-04 16:43:23 +02:00
2020-07-04 16:43:23 +02:00
2020-07-04 16:43:23 +02:00
2020-07-04 16:43:23 +02:00

This is bundled Argon2 algorithm library, copied from
  https://github.com/P-H-C/phc-winner-argon2

For more info see Password Hashing Competition site:
  https://password-hashing.net/