aboutsummaryrefslogtreecommitdiff
path: root/testmain.c
blob: bb9e0246b545cd243018985d6cad1c631c4a6f9e (plain) (blame)
1
2
3
4
5
int siphash_test();

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