alexedwards / argon2id

Argon2id password hashing and verification for Go
MIT License
452 stars 44 forks source link

replace Parallelism with number of cores #20

Closed the-hotmann closed 10 months ago

the-hotmann commented 10 months ago

Parallelism should not be hardcoded but should be dynamically set to the number of cores, that are available for the application.