Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
elligator.h
Go to the documentation of this file.
1#ifndef ELLIGATOR_H
2#define ELLIGATOR_H
3
4#include "proj.h"
6
7#define elligator COMMON(elligator)
8#define elligator_seeded COMMON(elligator_seeded)
9
10extern void elligator(proj *plus,proj *minus,const proj *A);
11extern void elligator_seeded(proj *Tp, proj *Tm, proj const *A, fp const *u);
12
13#endif
#define elligator_seeded
Definition elligator.h:8
#define elligator
Definition elligator.h:7
uint64_t fp[NUMBER_OF_WORDS]
Definition fp-gmp.h:22
Definition proj.h:18