Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the utils for generating keys and certificates #232

Open
wants to merge 3 commits into
base: master-FISCO-BCOS-v2
Choose a base branch
from

Conversation

liuxinfeng96
Copy link

增加utils工具包,主要提供SM2, secp256k1, RSA2048公钥算法的密钥生成和其X.509证书的生成方法。
该工具包是将以太坊源码里的secp256k1曲线算法和同济国密库里的SM2和SM3算法集成与go标准库的crypto包里,并提供导出方法使用。
增加这些方法的主要目的是为了方便社区用户建立自己的密钥管理平台、自建区块链CA系统和BaaS管理平台等。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants