#include #include #include "siphash.h" int main(int argc, char *argv[]) { return siphash_main(argc, argv); }