paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.
https://paulmillr.com/noble
MIT License
545 stars 46 forks source link

argon2: fix checks for parallelism and iterations parameters #69

Closed Systemcluster closed 1 year ago

Systemcluster commented 1 year ago

Both checks were checking dkLen instead of p and t respectively.