天天看點

C語言KDF密鑰源代碼,sm2 簽名驗證 公鑰機密私鑰解密的實作

// --------------------------------------------------------------------

//

//  File:        ec_operations.c

//  Date:        11/03

//  Last update: 04/10

//  Description: Basic operations on elliptic curves‘ group

//

//  (C) 2003 Elisavet Konstantinou & Yiannis Stamatiu & Christos Zaroliagis

//                 {konstanestamatiuzaro}@ceid.upatras.gr

//

//   Extended by: Bhanu Prakash & Pratik Poddar & Bernard Menezes

//                 {prakashbpratik bernard}@cse.iitb.ac.in

// --------------------------------------------------------------------

# include # include # include # include # include “gmp.h“

# include “int_arithmetic.h“

# include “ec_operations.h“

/* generates randomly the a and b coefficients (curv[0]

屬性            大小     日期    時間   名稱

----------- ---------  ---------- -----  ----

檔案      36252  2012-03-19 12:06  yl_sm2_gmp\.cproject

檔案       2516  2012-03-19 10:51  yl_sm2_gmp\.project

檔案       1023  2012-03-19 16:29  yl_sm2_gmp\Debug\makefile

檔案        237  2012-03-19 16:29  yl_sm2_gmp\Debug\objects.mk

檔案        392  2012-03-19 16:29  yl_sm2_gmp\Debug\sources.mk

檔案        352  2012-03-19 16:29  yl_sm2_gmp\Debug\src\ec_operations.d

檔案      66240  2012-03-19 16:29  yl_sm2_gmp\Debug\src\ec_operations.o

檔案        359  2012-03-19 16:29  yl_sm2_gmp\Debug\src\int_arithmetic.d

檔案      43968  2012-03-19 16:29  yl_sm2_gmp\Debug\src\int_arithmetic.o

檔案        362  2012-03-19 16:29  yl_sm2_gmp\Debug\src\poly_arithmetic.d

檔案      55604  2012-03-19 16:29  yl_sm2_gmp\Debug\src\poly_arithmetic.o

檔案        515  2012-03-19 16:29  yl_sm2_gmp\Debug\src\sm2_func.d

檔案      37056  2012-03-19 16:29  yl_sm2_gmp\Debug\src\sm2_func.o

檔案        985  2012-03-19 16:29  yl_sm2_gmp\Debug\src\subdir.mk

檔案        399  2012-03-19 16:29  yl_sm2_gmp\Debug\src\test.d

檔案      53168  2012-03-19 16:29  yl_sm2_gmp\Debug\src\test.o

檔案     468135  2012-03-19 16:29  yl_sm2_gmp\Debug\yl_sm2_gmp

檔案        159  2012-03-19 21:32  yl_sm2_gmp\include\debug.h

檔案       3660  2012-03-19 13:07  yl_sm2_gmp\include\ec_operations.h

檔案      88523  2012-03-19 11:08  yl_sm2_gmp\include\gmp.h

檔案       2936  2012-03-26 14:43  yl_sm2_gmp\include\int_arithmetic.h

檔案       2420  2012-03-19 13:08  yl_sm2_gmp\include\poly_arithmetic.h

檔案        715  2012-03-27 10:37  yl_sm2_gmp\include\sm2_func.h

檔案       3017  2011-11-03 14:31  yl_sm2_gmp\include\sm3.h

檔案        468  2012-03-22 15:40  yl_sm2_gmp\include\yl_base_tools.h

檔案     810510  2012-03-19 11:07  yl_sm2_gmp\lib\libgmp.a

檔案      12469  2012-03-19 16:32  yl_sm2_gmp\src\ec_operations.c

檔案       5509  2012-03-27 11:22  yl_sm2_gmp\src\int_arithmetic.c

檔案       5558  2012-03-27 10:45  yl_sm2_gmp\src\main.c

檔案      12829  2012-03-19 13:08  yl_sm2_gmp\src\poly_arithmetic.c

............此處省略16個檔案資訊