From e7cc8cb3cc3ef670fc527955dfd8e0dae2e21494 Mon Sep 17 00:00:00 2001 From: GGSuchao <1500062807@pku.edu.cn> Date: Sun, 25 Jun 2017 00:49:20 +0800 Subject: [PATCH] Update sm2_standard_enc.h --- include/openssl/sm2_standard_enc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/openssl/sm2_standard_enc.h b/include/openssl/sm2_standard_enc.h index 88b9074d..543ecb3c 100644 --- a/include/openssl/sm2_standard_enc.h +++ b/include/openssl/sm2_standard_enc.h @@ -1,9 +1,6 @@ #include "miracl.h" #include "mirdef.h" - -#define ECC_WORDSIZE 8 -#define SM2_NUMBITS 256 -#define SM2_NUMWORD (SM2_NUMBITS/ECC_WORDSIZE) //32 +#include "kdf_standard_enc.h" #define ERR_INFINITY_POINT 0x00000001 #define ERR_NOT_VALID_ELEMENT 0x00000002