GM-LIB-README-TEMPLATE 国密基础库README模板
此处为项目基本介绍
SM2功能 | 支持范围 |
---|---|
Generate KeyPair | 是/否 |
Sign | 是/否 |
Verify | 是/否 |
PEM格式导出 | 私钥/公钥/CSR/证书 |
PEM格式导入 | 私钥/公钥/CSR/证书 |
PEM文件加密 | RFC5958 |
SM4功能 | 支持范围 |
---|---|
Generate Key | |
Encrypt, Decrypt | |
PEM格式导出 | |
PEM文件加密 | golang: x509.EncryptPEMBlock |
分组模式 | ECB/CBC/CFB/OFB/CTR |
SM3功能 | 支持范围 |
---|---|
当前语言Hash接口兼容 | 是/否 |
- SM2: 国密椭圆曲线算法库
- SM3: 国密hash算法库
- SM4: 国密分组密码算法库
- 注意:CBC模式在国际范围内正逐渐弃用,此安全最佳实践也适用于国密
We welcome contributions to Hyperledger in many forms, and there's always plenty to do!
Please visit the contributors guide in the docs to learn how to make contributions to this exciting project.
This work is licensed under a Creative Commons Attribution 4.0 International License.
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file.