Registry / utility / komihash

komihash

JSON →
library5.28vcpkgunverified

Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable

vcpkg install komihash
INSTALL
IMPORT
SIG · KOMIHASH
K
komihash
utilitycppv5.28
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

komihash.h
#include <komihash.h>

Compute a hash of a string using komihash

#include "komihash.h" #include <cstdio> int main() { uint64_t hash = komihash("hello", 5, 0); printf("%llu\n", (unsigned long long)hash); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.28latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

komihash — pip install komihash · libregistry