Skip to content

Releases: bitanon/hashlib

Version 1.3.0

14 Jun 04:56
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: v1.2.0...v1.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: v1.1.0...v1.2.0

Version 1.1.0

14 Jun 04:56
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: v1.0.0...v1.1.0

Version 1.0.0

14 Jun 04:47
Compare
Choose a tag to compare