The Argon2 specification says that there is a parallelism degree which defines the number of parallel threads.
The documentation of libsodium also says:
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!