This website requires JavaScript.
Explore
Help
Register
Sign In
yydcaib
/
KGC_TEST
Watch
1
Star
0
Fork
You've already forked KGC_TEST
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
实现了无证书签名方案,基本实现了go调用c静态库(狠狠感谢ljn)
7
Commits
1
Branch
0
Tags
18
MiB
C
51.1%
C++
44.7%
Smarty
1.5%
Batchfile
0.8%
QML
0.7%
Other
1%
352ce95211
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
www-git-cn
352ce95211
modify markdown file
2024-05-04 01:27:09 +08:00
KGC
add functions
2024-04-29 02:40:35 +08:00
KGCAPP
add KGC APP
2024-05-04 01:24:40 +08:00
SIG_AND_VERIFY
add functions
2024-04-29 02:40:35 +08:00
go_test
add implementation of go
2024-05-01 16:55:49 +08:00
.gitignore
some bugs fixed
2024-04-28 23:39:10 +08:00
README.md
modify markdown file
2024-05-04 01:27:09 +08:00
README.md
Unescape
Escape
KGC_TEST
(
狠狠感谢ljn
)
1.调用Miracl库
,
基本实现了密钥生成
2.实现了Go语言调用C静态库
,
完成了大数、点和Go语言字节切片的相互转换
3.实现了基本的无证书的签名验签功能
(
Go语言实现和C语言实现
)
4.实现了密钥生成的app
TODO:
学习git submodule并重新提交代码