28 lines
1.0 KiB
C
28 lines
1.0 KiB
C
|
|
#include <intbig.h>
|
||
|
|
#define KLPT_equiv_bound_coeff 6
|
||
|
|
#define KLPT_equiv_num_iter 28561
|
||
|
|
#define KLPT_primality_num_iter 32
|
||
|
|
#define KLPT_signing_klpt_length 1050
|
||
|
|
#define KLPT_signing_num_gamma_trial 64
|
||
|
|
#define KLPT_gamma_exponent_interval_size 0
|
||
|
|
#define KLPT_gamma_exponent_center_shift 14
|
||
|
|
#define KLPT_repres_num_gamma_trial 16384
|
||
|
|
#define KLPT_signing_number_strong_approx 3432
|
||
|
|
#define KLPT_random_prime_attempts 64
|
||
|
|
#define KLPT_secret_key_prime_size 64
|
||
|
|
#define KLPT_keygen_length 675
|
||
|
|
#define KLPT_keygen_num_gamma_trial 64
|
||
|
|
#define KLPT_eichler_smallnorm_bitsize 112
|
||
|
|
#define KLPT_keygen_number_strong_approx 2639
|
||
|
|
#define KLPT_eichler_number_mu_norm 8
|
||
|
|
#define KLPT_eichler_strong_approx_log_margin 2
|
||
|
|
#define KLPT_eichler_num_equiv_ideal 26
|
||
|
|
#define KLPT_eichler_number_strong_approx 2540
|
||
|
|
#define SQISIGN_response_attempts 64
|
||
|
|
#define SQISIGN_random_length 0
|
||
|
|
#define SQISIGN_signing_total_length 1050
|
||
|
|
#define SQISIGN_signing_length 14
|
||
|
|
#define SQISIGN_keygen_length 9
|
||
|
|
extern const short SMALL_PRIMES_1MOD4[11];
|
||
|
|
extern const ibz_t PROD_SMALL_PRIMES_3MOD4;
|