Files
cryptsetup/lib/crypto_backend/argon2
Alex Xu (Hello71) 46efbc0a36 argon2: Don't call _endthreadex/pthread_exit
Returning from the thread creation function is documented to be a valid
way of exiting a thread on both Windows and pthread systems. Removing
the explicit call avoids the need to install libgcc_s.so in initramfs
for glibc systems, and slightly reduces code size.

Upstream: https://github.com/P-H-C/phc-winner-argon2/pull/331
2022-01-28 15:06:08 +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
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/