Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@javaLux javaLux released this 08 Nov 19:12
· 82 commits to main since this release

Changed

  • the local subcommand now provides two options [--file, --buffer], the file path no longer needs to be specified via a separate argument
    • --file calculate a hash sum from a local file
    • --buffer calculate a hash sum from any given byte-buffer (e.g. String)
  • Refactoring
  • Update dependencies

Added

  • Now the following hash algorithms are available:
    • SHA2-224
    • SHA2-384