MCPcopy Create free account
hub / github.com/F-Stack/f-stack / main

Function main

app/redis-6.2.6/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 2

siphash_testFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected