Files
cryptsetup/lib/crypto_backend/argon2
Milan Broz a76310b53f Do not try to set compiler optimization flag if wipe is implemented in libc.
If zeroing memory is implemented through libc call (like memset_bzero),
compiler should never remove such call. It is not needed to set O0
optimization flag explicitly.

Various checkers like annocheck causes problems with these flags,
just remove it where it makes no sense.

(Moreover, we use the same pattern without compiler magic
in crypt_backend_memzero() already.)
2021-09-20 17:42:20 +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
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/