Categorygithub.com/Hyperledger-TWGC/ccs-gm
repository
1.0.0
Repository: https://github.com/hyperledger-twgc/ccs-gm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

ccs-gm

go语言国密密码库,实现了数据签名/验签、数据哈希、对称加密、非对称加密、x509证书管理、以及国密tls通信的功能。

Go Build Status

License

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file.

Feature 功能支持列表

SM2功能支持范围
Generate KeyPair
Sign
Verify
PEM格式导出私钥/公钥/证书
PEM格式导入私钥/公钥/证书
PEM文件加密RFC5958
SM4功能支持范围
Generate Key
Encrypt, Decrypt
PEM格式导出
PEM文件加密golang: x509.EncryptPEMBlock
分组模式ECB/CBC
SM3功能支持范围
当前语言Hash接口兼容