index
:
siphash
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testmain.c
blob: 6b46ed6d2cc380f75deea018e5ad4bd9607f6a7b (
plain
) (
blame
)
1
2
3
int
siphash_test
();
int
main
(
void
)
{
return
siphash_test
();
}