Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
bench.c File Reference
#include <stdio.h>
Include dependency graph for bench.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 161 of file bench.c.

162{
163 fprintf(stderr, "Benchmarking is disabled because it requires global counters.\n");
164
165 (void)argc; // suppress unused variable warnings
166 (void)argv; // suppress unused variable warnings
167
168 return 1;
169}