aboutsummaryrefslogtreecommitdiff
path: root/testmain.c
blob: 6b46ed6d2cc380f75deea018e5ad4bd9607f6a7b (plain) (blame)
1
2
3
int siphash_test();

int main(void) { return siphash_test(); }