MCPcopy Create free account
hub / github.com/Tracktion/choc / main

Function main

examples/xxhash_example.cpp:162–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162int main()
163{
164 std::cout << "CHOC xxHash Example\n";
165 std::cout << "===================\n\n";
166
167 std::cout << "xxHash is a fast, high-quality hashing algorithm.\n";
168 std::cout << "This example demonstrates various features and use cases.\n\n";
169
170 demonstrateBasicHashing();
171 demonstrateHashConsistency();
172 demonstrateSeedVariation();
173 demonstrateStreamingHash();
174 demonstrateCollisionResistance();
175
176 std::cout << "\n=== Example completed successfully! ===\n";
177
178 return 0;
179}

Callers

nothing calls this directly

Calls 5

demonstrateBasicHashingFunction · 0.85
demonstrateSeedVariationFunction · 0.85
demonstrateStreamingHashFunction · 0.85

Tested by

no test coverage detected