int main(int argc, char *argv[]) { return crypto_main(argc, argv); }
int main(void) { return crypto_main(); }