MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / main

Function main

src/siphash.c:351–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351int main(void) {
352 if (siphash_test() == 0) {
353 printf("SipHash test: OK\n");
354 return 0;
355 } else {
356 printf("SipHash test: FAILED\n");
357 return 1;
358 }
359}
360
361#endif

Callers

nothing calls this directly

Calls 1

siphash_testFunction · 0.85

Tested by

no test coverage detected