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: bb9e0246b545cd243018985d6cad1c631c4a6f9e (
plain
) (
blame
)
1
2
3
4
5
int
siphash_test
();
int
main
(
void
)
{
return
siphash_test
();
}