Skip to content

Releases: jdconley/argon2themax

ReadMe bug fixes and more examples

14 Oct 15:25
Compare
Choose a tag to compare
  • Smushed some ReadMe code bugs.
  • Filled in "advanced usage" section of ReadMe

Max cost as a function of Time, Memory and Parallelism

13 Oct 17:36
Compare
Choose a tag to compare
  • Include "hashCost" (TimeCost * MemoryCost * Parallelism) on the Timing result
  • Updated max cost based selector to use hashCost as first sort dimension, followed by compute time
  • No longer throwing an error if maxTimeMs is too low, instead returning the fastest timing

Minor fixes

12 Oct 03:14
Compare
Choose a tag to compare
  • ReadMe updates
  • Friendlier default console output

First Public Release

09 Oct 23:45
Compare
Choose a tag to compare

This is the first public release of argon2themax.