6 lines
67 B
C
6 lines
67 B
C
|
int siphash_test();
|
||
|
|
||
|
int main(void) {
|
||
|
return siphash_test();
|
||
|
}
|