Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
steps_untuned.c
Go to the documentation of this file.
1#include "steps.h"
2
3int steps_guess(int64_t *bs,int64_t *gs,int64_t l)
4{
5 if (l == 587) {
6 *bs = 16;
7 *gs = 9;
8 return 1;
9 }
10 return 0;
11}
#define steps_guess
Definition steps.h:9