Skip to content

Version 1.17.0

Choose a tag to compare

@dipu-bd dipu-bd released this 14 Jun 04:51
· 93 commits to master since this release
  • Update Argon2 interface:
    • Paramters salt and hashLength are now optional.
    • If absent, salt is generated using default random generator.
    • Default hash length is now 32 instead of 24.
    • Extracts method Argon2Security.optimize -> tuneArgon2Security
  • Put deprecation message on string extensions
  • Update benchmarks

Full Changelog: v1.16.0...v1.17.0