CRS
Isogeny-based post-quantum Diffie-Hellman protocol.
roots.h
Go to the documentation of this file.
1
2#ifndef _ROOTS_H_
3#define _ROOTS_H_
4
5#include <gmp.h>
6#include <flint/fmpz.h>
7#include <flint/fq.h>
8#include <flint/fq_poly.h>
9#include <flint/fq_poly_factor.h>
10
11//int fq_poly_anyroot(fq_t, fq_poly_t, const fq_ctx_t);
12int fq_sqr_from_polyfact(fq_t, fq_t, const fq_ctx_t);
13
14#endif
15
int fq_sqr_from_polyfact(fq_t, fq_t, const fq_ctx_t)
‍**
Definition: roots.c:28