Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 475 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 475 Bytes

CI Nuget

XXHash3.NET

Pure C# implementation of the XXHash3 algorithm

Features

  • XXHash3 64-bit
    • Oneshot hashing API
    • Streaming hashing API
  • XXHash64
    • Oneshot hashing API

Planned

  • XXHash3 128-bit
  • XXHash32
  • Implement SSE2/AVX boosted operations