Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
steps_untuned.c File Reference
#include "steps.h"
Include dependency graph for steps_untuned.c:

Go to the source code of this file.

Functions

int steps_guess (int64_t *bs, int64_t *gs, int64_t l)

Function Documentation

◆ steps_guess()

int steps_guess ( int64_t * bs,
int64_t * gs,
int64_t l )

Definition at line 3 of file steps_untuned.c.

4{
5 if (l == 587) {
6 *bs = 16;
7 *gs = 9;
8 return 1;
9 }
10 return 0;
11}