Files
sqisign/src/pqm4/sqisign_lvl5/ref/ec_params.h

13 lines
212 B
C
Raw Normal View History

2025-10-20 01:07:36 +00:00
#ifndef EC_PARAMS_H
#define EC_PARAMS_H
#include <fp.h>
#define TORSION_EVEN_POWER 500
// p+1 divided by the power of 2
extern const digit_t p_cofactor_for_2f[1];
#define P_COFACTOR_FOR_2F_BITLENGTH 5
#endif