Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.84 KB

GM-LIB-README-TEMPLATE.md

File metadata and controls

50 lines (36 loc) · 1.84 KB

GM-LIB-README-TEMPLATE 国密基础库README模板

<项目名称>

此处为项目基本介绍

Feature 功能支持列表

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接口兼容 是/否

Terminology 术语

  • SM2: 国密椭圆曲线算法库
  • SM3: 国密hash算法库
  • SM4: 国密分组密码算法库
    • 注意:CBC模式在国际范围内正逐渐弃用,此安全最佳实践也适用于国密

How to Contribute 贡献须知

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.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

License 许可证

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