jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.18k stars 1.73k forks source link

Argon2id parallelism #993

Closed inzanez closed 4 years ago

inzanez commented 4 years ago

Hi

what's the reason that the parallelism of crypto_pwhash_argon2id_str and crypto_pwhash_argon2id is statically set to 1? Will that change at some point?

Best regards

jedisct1 commented 4 years ago

Probably not, but Argon2 may be replaced by something else instead.