实验一-密码引擎-商用密码算法实现1
一、实验要求
参考https://weread.qq.com/web/reader/2fb3259071ef04932fbfd2ekc81322c012c81e728d9d180和网上资料,用C语言实现商用密码算法SM3,SM4,SM2
- 1 提交代码的链接(码云或者github)
- 2 提交代码运行结果截图
- 3 记录实现过程中的问题
二、实验过程
1.SM2算法的实现
- 1.1 代码链接
https://gitee.com/lei_qing_yi/daxuexuexidaima/tree/master/openssl实验/SM2 - 1.2 实践截图
2.SM3算法的实现
- 2.1 代码链接
https://gitee.com/lei_qing_yi/daxuexuexidaima/tree/master/openssl实验/SM3 - 2.2 实践截图
3.SM4算法的实现
- 3.1 代码链接
https://gitee.com/lei_qing_yi/daxuexuexidaima/tree/master/openssl实验/SM4 - 3.3 实践截图