modify-sm9

This commit is contained in:
Gorachya
2019-02-02 20:24:54 -08:00
parent 58b3927232
commit 54a4d1b9aa
15 changed files with 48 additions and 20 deletions

1
crypto/sm9/sm9_lcl.h Normal file → Executable file
View File

@@ -151,6 +151,7 @@ const BIGNUM *SM9_get0_order(void);
const BIGNUM *SM9_get0_order_minus_one(void);
const BIGNUM *SM9_get0_loop_count(void);
const BIGNUM *SM9_get0_final_exponent(void);
const BIGNUM *SM9_get0_fast_final_exponent(void);
const BIGNUM *SM9_get0_generator2_x0(void);
const BIGNUM *SM9_get0_generator2_x1(void);
const BIGNUM *SM9_get0_generator2_y0(void);