You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What will be the highest number of threads/processes evaluating the function simultaneously (ideally, no more than 1 per CPU core)?
But, I couldn't find an API for that. Is there any way to control the parallelism degree?
I'm interested in libsodium and my application needs to use that feature.
All in all, thanks you libsodiumdevelopers who make such good crypto library!
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Is there a way to control parallelism degree in crypto_pwhash?
Is there any way to control parallelism degree in crypto_pwhash?
Jul 29, 2020
The Argon2 specification says that there is a parallelism degree which defines the number of parallel threads.
The documentation of libsodium also says:
But, I couldn't find an API for that. Is there any way to control the parallelism degree?
I'm interested in libsodium and my application needs to use that feature.
All in all, thanks you
libsodium
developers who make such good crypto library!The text was updated successfully, but these errors were encountered: