RustCrypto / password-hashes

Password hashing functions / KDFs
652 stars 80 forks source link

argon2: fold `compress_avx2` into an inner function #444

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

This changes Argon2::compress to contain all AVX2-related logic, so it doesn't bleed into the Block type yet (especially since that lacks any AVX2-specific implementation).

tarcieri commented 1 year ago

Followup to #440

cc @dyc3 @newpavlov