Zhi Guan
|
02cfe3f3aa
|
Fix return value bug
|
2024-06-13 12:18:16 +08:00 |
|
Zhi Guan
|
d719ee4862
|
Conv from UTF-8 to ASCII
`file *.c` to see file types (ASCII or UTF-8), convert UTF-8 (with BOM) to ASCII
```sh
sed '1s/^\xEF\xBB\xBF//' sm4.c | iconv -f UTF-8 -t ASCII//TRANSLIT > temp.c
mv temp.c sm4.c
```
|
2024-05-25 18:06:16 +08:00 |
|
Zhi Guan
|
725817add9
|
Use sm3_pbkdf2 without digest API
|
2024-04-19 13:21:52 +08:00 |
|
Zhi Guan
|
fea2b018dc
|
Rename SM9 file names
|
2024-04-16 19:18:07 +08:00 |
|
Zhi Guan
|
1bc218f4c2
|
Delete sm9_key.c
|
2024-04-11 23:27:48 +08:00 |
|
Zhi Guan
|
616b5ecb06
|
Support DLL in MSVC
|
2022-12-27 17:23:56 +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
|
d7a96e3ba1
|
Update Public API
|
2022-05-23 09:42:08 +08:00 |
|
Zhi Guan
|
13a3651f29
|
Update SM9
|
2022-05-20 11:33:31 +08:00 |
|
Zhi Guan
|
4e3992d3f0
|
Update SM9
|
2022-05-15 14:06:29 +08:00 |
|
Zhi Guan
|
8a07619eea
|
Update SM9
|
2022-05-13 18:10:25 +08:00 |
|
Zhi Guan
|
aa2ab99dcf
|
Update sm9
|
2022-05-11 22:27:55 +08:00 |
|
Zhi Guan
|
d1b3816319
|
expose all functions
|
2022-05-01 09:46:46 +08:00 |
|