《GD32VW553硬件加速密码引擎开发》

0
回复
316
查看
[ 复制链接 ]

199

主题

32

回帖

727

积分

管理员

积分
727
2025-5-19 17:01:53 显示全部楼层 阅读模式
《GD32VW553硬件加速密码引擎开发》
  • 国密SM4性能测试
    # 性能测试脚本def test_sm4_throughput():    plain = os.urandom(16*100000)  # 1MB数据    start = time.perf_counter()    cipher = sm4_encrypt(plain)    return len(plain)/(time.perf_counter()-start)
    结果:1.2Gbps@200MHz


收藏
送赞
分享
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则