openwall / john

John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
https://www.openwall.com/john/
Other
10.11k stars 2.08k forks source link

Get rid of modulo division in Argon2 #5385

Open solardiz opened 9 months ago

solardiz commented 9 months ago

See https://github.com/P-H-C/phc-winner-argon2/pull/306

We need this for both CPU and OpenCL formats. For CPU, perhaps do it after #2738.

solardiz commented 9 months ago

Done for OpenCL via #5401, yet to do for CPU.