19 lines
286 B
C
19 lines
286 B
C
|
|
/** @file
|
||
|
|
*
|
||
|
|
* @authors Antonin Leroux
|
||
|
|
*
|
||
|
|
* @brief the theta isogeny header
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef THETA_ISOGENY_H
|
||
|
|
#define THETA_ISOGENY_H
|
||
|
|
|
||
|
|
#include <sqisign_namespace.h>
|
||
|
|
#include <ec.h>
|
||
|
|
#include <fp2.h>
|
||
|
|
#include "theta_structure.h"
|
||
|
|
#include <hd.h>
|
||
|
|
#include <hd_splitting_transforms.h>
|
||
|
|
|
||
|
|
#endif
|