RustCrypto / password-hashes

Password hashing functions / KDFs
652 stars 80 forks source link

argon2: Add const compatibility #438

Closed C0D3-M4513R closed 1 year ago

C0D3-M4513R commented 1 year ago

Closes #436

C0D3-M4513R commented 1 year ago

Ah 383be35 only works in nightly... I had a rust override set for that folder

tarcieri commented 1 year ago

It seems I merged this after #440 which is not compatible with these changes, namely it introduced runtime CPU feature detection which is not const-friendly.

I'm going to revert for now: #447