Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsuki-hayashi/zuc
Implementation for ZUC stream cipher
https://github.com/itsuki-hayashi/zuc
Last synced: 29 days ago
JSON representation
Implementation for ZUC stream cipher
- Host: GitHub
- URL: https://github.com/itsuki-hayashi/zuc
- Owner: itsuki-hayashi
- License: mit
- Created: 2016-04-19T18:26:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T11:50:30.000Z (over 8 years ago)
- Last Synced: 2024-06-06T20:16:16.705Z (7 months ago)
- Language: C
- Size: 48.8 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZUC
Implementation for [GM/T 0001-2012 ZUC stream cipher](http://www.oscca.gov.cn/Column/Column_32.htm) in C and Node.js.The ZUC algorithm were designed by [DACAS, the Data Assurance and Communication Security Research Center of the Chinese Academy of Sciences](http://dacas.iie.cas.cn/).
It is now the standard commercial stream cipher in China. It was originally designed for use in LTE.See also GM/T 0002-2012 SM4 block cipher, GM/T 0003-2012 SM2 ECC algorithm, and GM/T 0004-2012 SM3 hash algoritm.
SM stands for 商密(shāng mì), which is 商用密码(Commercial Cryptography) for short.
Commercial cryptography standard is regulated by [OSCCA(Office of the State Commercial Cryptography Administration)](http://www.oscca.gov.cn/).
OSCCA is basically a weaker counterpart of NSA in China.