Skip to content

v0.4.0

Compare
Choose a tag to compare
@oertl oertl released this 31 May 08:21
· 714 commits to main since this release

New features:

  • Streaming functionality: Hasher.hashStream() opens a new hash stream
  • New convenience functions:
    • HashSink and HashStream define various put methods for native arrays
    • Direct hashing of char sequences:
      • Hasher32.hashCharsToInt
      • Hasher64.hashCharsToLong
      • Hasher128.hashCharsTo128Bits

Bug fixes:

  • WyhashFinal3.putBytes gave wrong results for nonzero offsets