28 lines
1.0 KiB
C
28 lines
1.0 KiB
C
|
|
#include <intbig.h>
|
||
|
|
#define KLPT_equiv_bound_coeff 7
|
||
|
|
#define KLPT_equiv_num_iter 50625
|
||
|
|
#define KLPT_primality_num_iter 32
|
||
|
|
#define KLPT_signing_klpt_length 1552
|
||
|
|
#define KLPT_signing_num_gamma_trial 64
|
||
|
|
#define KLPT_gamma_exponent_interval_size 0
|
||
|
|
#define KLPT_gamma_exponent_center_shift 15
|
||
|
|
#define KLPT_repres_num_gamma_trial 32768
|
||
|
|
#define KLPT_signing_number_strong_approx 5108
|
||
|
|
#define KLPT_random_prime_attempts 64
|
||
|
|
#define KLPT_secret_key_prime_size 95
|
||
|
|
#define KLPT_keygen_length 970
|
||
|
|
#define KLPT_keygen_num_gamma_trial 64
|
||
|
|
#define KLPT_eichler_smallnorm_bitsize 165
|
||
|
|
#define KLPT_keygen_number_strong_approx 3929
|
||
|
|
#define KLPT_eichler_number_mu_norm 12
|
||
|
|
#define KLPT_eichler_strong_approx_log_margin 2
|
||
|
|
#define KLPT_eichler_num_equiv_ideal 38
|
||
|
|
#define KLPT_eichler_number_strong_approx 3780
|
||
|
|
#define SQISIGN_response_attempts 64
|
||
|
|
#define SQISIGN_random_length 0
|
||
|
|
#define SQISIGN_signing_total_length 1552
|
||
|
|
#define SQISIGN_signing_length 16
|
||
|
|
#define SQISIGN_keygen_length 10
|
||
|
|
extern const short SMALL_PRIMES_1MOD4[11];
|
||
|
|
extern const ibz_t PROD_SMALL_PRIMES_3MOD4;
|