Skip to content

0.7.0

Compare
Choose a tag to compare
@renatoathaydes renatoathaydes released this 06 Jan 18:04
· 33 commits to master since this release
  • Improved error handling. Windows users will get proper error messages if their Windows version is not supported.

  • Fixed critical bug: the hashing algorithm used, Argon2, changes the hash produced depending on the "threads" paramter. go-hash was incorrectly using the number of available CPUs for the "threads" parameter, so databases didn't work across different machines.

Due to the critical bug above, the database format was modified... the new version is "GH01".
Current users are not affected as go-hash knows how to open GH00 DBs, so the upgrade is safe and requires no action from users.