Skip to content

Releases: bitanon/hashlib

Version 1.5.0

19 Jan 12:55
Compare
Choose a tag to compare

Full Changelog: 1.4.0...1.5.0

Version 1.4.0

16 Jan 03:29
Compare
Choose a tag to compare
  • Modifies the internal structure for better accessibility
  • Fixes stream binding issue in HashBase
  • Removes a lot of string extensions. Remaining ones are:
    • sha512digest
    • sha256digest
    • sha224digest
    • sha3_512digest
    • sha3_384digest
    • sha3_256digest
    • sha3_224digest
    • sha1digest
    • md5digest
    • crc32code
  • Accepts file input in HashBase
  • Accepts salt and personalization values with Blake2s and Blake2b

Full Changelog: 1.3.0...1.4.0

Version 1.3.0

16 Jan 03:28
Compare
Choose a tag to compare
  • Reduces memory overhead by utilizing the buffer in all BlockHash
  • Fixes broken sha512 hash fo web VM
  • New features:
    • blake2s
    • blake2b

Full Changelog: 1.2.0...1.3.0

Version 1.2.0

11 Jan 03:41
Compare
Choose a tag to compare
  • New features available:
    • crc16
    • crc32
    • crc64
    • alder32

Full Changelog: 1.1.0...1.2.0

Version 1.1.0

11 Jan 03:40
Compare
Choose a tag to compare
  • Adds String extensions for convenient use all algorithms.
  • Renames functions:
    • sha512sum224 -> sha512t224sum
    • sha512sum256 -> sha512t256sum
  • Renames function for HashBase:
    • HashBase.stream -> HashBase.consume
    • HashBase.stringString -> HashBase.consumeAs
  • Modifies the internal HashDigestSink:
    • Implements ByteConversionSink instead of extending Sink<List<int>>
    • Use addSlice instead of add
  • Improves performance of some algorithms

Full Changelog: 1.0.0...1.1.0

Version 1.0.0

11 Jan 03:39
Compare
Choose a tag to compare