Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@samuel-lucas6 samuel-lucas6 released this 12 Nov 18:19
· 2 commits to main since this release
738a48e

Added

  • BLAKE2b-160 and BLAKE2b-384
  • BLAKE2s-128, BLAKE2s-160, BLAKE2s-224, and BLAKE2s-256
  • Whirlpool
  • RIPEMD-128, RIPEMD-160, RIPEMD-256, and RIPEMD-320

Changed

  • Renamed some options (e.g. --blake2b512 to --blake2b-512)
  • Rearranged -h|--help based on algorithm age
  • Buffer size improvements
  • Now using Monocypher instead of libsodium for BLAKE2b
  • Now returning an exit code
  • Published using the latest .NET 6 SDK (.NET 7 trimming was too aggressive)

Fixed

  • BLAKE3 not working with very large files (#3)
  • Empty directories not giving an error
  • Blank directory names in errors/messages when specifying a /, \, or : at the end
  • The executable name in Task Manager
  • The ARM64 publish profiles