yesting
|
40331e3bfe
|
修复错误判断
|
2023-04-26 00:06:08 +08:00 |
|
Wendal Chen
|
acb50a08d8
|
fix: sm2_point_from_x函数内的表达式应该明确优先级
````
if ((y == 0x02 && sm2_bn_is_odd(_y)) || (y == 0x03) && !sm2_bn_is_odd(_y)) {
```
后半段的优先级应该加括号包起来
|
2023-03-04 12:39:25 +08:00 |
|
Zhi Guan
|
90c022c803
|
Add sm2_point_ functions
|
2023-02-19 08:24:17 +08:00 |
|
Zhi Guan
|
8a0a23f91d
|
Add SM2 AlgorithmIdentifier option
Add option in CMake to support NULL parameters encoding
|
2023-02-09 11:44:27 +08:00 |
|
Zhi Guan
|
765a90815b
|
Fix sm2_bn_from_asn1_integer bug
|
2022-12-22 22:15:21 +08:00 |
|
Zhi Guan
|
868f197f09
|
Update SM2-ElGamal
|
2022-12-13 11:54:02 +08:00 |
|
Zhi Guan
|
13e6f5138f
|
Update SM2 key sharing
|
2022-11-07 13:42:18 +08:00 |
|
Zhi Guan
|
57a3c9682d
|
Update Pederson Commitment
|
2022-11-03 16:48:59 +08:00 |
|
Zhi Guan
|
9dfc5e5d80
|
Re-arrange SM2
|
2022-11-02 22:01:23 +08:00 |
|
Zhi Guan
|
47639d439e
|
Remove warning
|
2022-10-12 14:36:11 +08:00 |
|
Zhi Guan
|
34a8a99d43
|
Fix tests on DLL
|
2022-10-12 11:10:35 +08:00 |
|
Zhi Guan
|
6faeb627ed
|
Fix Visual Studio related bugs
|
2022-10-09 12:55:32 +08:00 |
|
Zhi Guan
|
5e38788659
|
Add Windows and Visual Studio support
|
2022-10-03 11:36:03 +08:00 |
|
Simon
|
60c3c33116
|
license
|
2022-08-28 19:12:50 +08:00 |
|
Simon
|
4e5880e2ea
|
Revert "修改License"
This reverts commit 0b4308b948.
|
2022-08-26 13:44:26 +08:00 |
|
Simon
|
0b4308b948
|
修改License
|
2022-08-25 22:42:11 -07:00 |
|
Simon
|
36f6a6d4d3
|
COPYRIGHT
|
2022-08-08 05:46:54 -07:00 |
|
zhaoxiaomeng
|
c2dacaae46
|
修改copyright
This reverts commit 7de8e1d83d.
|
2022-08-08 20:14:44 +08:00 |
|
Simon
|
7de8e1d83d
|
修改copyright
|
2022-08-08 05:11:52 -07:00 |
|
Zhi Guan
|
5dadb639a8
|
Update Makefile and code style in tests
|
2022-07-28 16:42:54 +08:00 |
|
Zhi Guan
|
767dae98ab
|
Update Tools
|
2022-05-26 23:57:32 +08:00 |
|
Zhi Guan
|
0991aa3b45
|
Update SDF
|
2022-05-08 10:25:33 +08:00 |
|
Zhi Guan
|
d1b3816319
|
expose all functions
|
2022-05-01 09:46:46 +08:00 |
|
Zhi Guan
|
7e4dd76839
|
update
|
2022-04-11 17:56:25 +08:00 |
|