Skip to content

lsy1599/encrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encrypt

SM4算法规范文档参见SM4 算法标准Google Doc

Python模块有两种

  1. Python原生 slowSM4.py 速度很慢
  2. C的动态库 pySM4.so 速度极快 需要加载到python执行环境的动态库中

About

算法学习,工具编写 SM4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.0%
  • Python 42.3%
  • Makefile 0.7%