Documentation ¶
Overview ¶
Package quickxorhash provides the quickXorHash algorithm which is a quick, simple non-cryptographic hash algorithm that works by XORing the bytes in a circular-shifting fashion.
It is used by Microsoft Onedrive for Business to hash data.
See: https://docs.microsoft.com/en-us/onedrive/developer/code-snippets/quickxorhash
Index ¶
Constants ¶
View Source
const ( // BlockSize is the preferred size for hashing BlockSize = 64 // Size of the output checksum Size = 20 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.