Skip to content

2.0.2

Compare
Choose a tag to compare
@ssg ssg released this 09 Jun 03:25
353d57f

New features

  • Added xxHash (both 32-bit and 64-bit flavors)
  • Added Stream interfaces (both blocking and async)

Breaking changes

  • Renamed SipHash to SipHash24 to denote its specific algorithm (SipHash 2-4)
  • Changed SipHash24.Hash128 return value from Span to byte[]

Fixes

  • Added missing tests (and fix related issues)
  • Add package license in new format
  • Included XML documentation in the package
  • Adapted the included license file to the new format (that's the only difference between 2.0.0 and 2.0.2)