Skip to content

Releases: Daninet/hash-wasm

v4.3.0

10 Oct 15:29
Compare
Choose a tag to compare
  • Add blake2s algorithm
  • Add bundle sizes to README

v4.2.2

19 Sep 07:08
Compare
Choose a tag to compare
  • Add bcrypt algorithm
  • Add argon2Validate() function

v4.1.0

05 Sep 14:18
Compare
Choose a tag to compare
  • Add scrypt algorithm
  • Improve type signiture of key derivation functions. Now the return type depends on the parameters
  • Update benchmarks, add relative performance
  • Add section to README about string encoding pitfalls