搜索资源列表
zuc
- 祖冲之算法集是由我国学者自主设计的加密和完整性算法,包括祖冲之算法、加密算法128-EEA3和完整性算法128-EIA3,已经被国际组织3GPP推荐为4G无线通信的第三套国际加密和完整性标准的侯选算法。由中国科学院软件研究所信息安全国家重点实验室和中国科学院研究生院DCS中心联合主办的《第一届祖冲之算法国际研讨会》将于2010年12月2至3在北京召开。本次国际研讨会对于加强祖冲之算法研究分析成果的国内和国际交流,扩大祖冲之算法的公开平评估范围,加强祖冲之算法的安全性评估力度,进而推进祖冲之算法4
zuc
- zuc算法祖冲之算法在数字图像加密中的应用与实现-zuc algorithm
ZUC~~~
- ZUC-EIA3算法实现,看附件吧,你懂得-ZUC-EIA3 algorithm
ZucAlgo
- python 实现的祖冲之(ZUC)流加密算法及测试程序。-ZUC algorithm that is implemented by python and its test demo.
zuc
- 祖冲之算法的C实现,参照国密局的输入和输出。已经通过,visual studio 2010-The ZUC algorithm implied base visual studio 2010
lte-eea3-eia3-zuc-decry
- LTE eea3 eia3 zuc等算法的详尽描述,其中包含有实现源码,测试例。均来自标准文档。 -A detailed descr iption of LTE eea3 eia3 zuc algorithm, which includes the source code, test cases. From the standard document.
zuc
- 使用C语言实现祖冲之算法 用祖冲之算法进行加解密-Algorithm using C language with Zu Zu algorithm encryption and decryption
ZUC
- EIA3和EEA3源代码,LTE协议里的祖冲之加解密算法和完整性保护算法。-EIA3&EEA3 source code
zuc
- 祖冲之算法是国产流密码算法,现已被采纳为4G加密标准-ZUC stream cipher
ZUC-master
- 详细讲述ZUC算法及验证过程,满足初学者的学习和验证要求-Detailed ZUC algorithm and verification process
dianxingmimasuanfa
- 典型密码算法实现包括RSA ZUC AES 3DES-cryptographic algorithm
ZUC_C_code
- 祖冲之算法集是由我国学者自主设计的加密和完整性算法,包括祖冲之算法、加密算法128-EEA3和完整性算法128-EIA3-Zuc is a set of algorithms for encryption and integrity algorithms independently designed by the Chinese scholars, including Zu algorithm, encryption algorithm 128-EEA3 integrity algorithm
guanzhi-GmSSL-v1.2.1-4-g09f054b
- GmSSL ( http://gmssl.org ) 是支持国密算法和标准的OpenSSL分支,增加了对国密SM2/SM3/SM4算法和ECIES、CPK、ZUC算法的支持,实现了这些算法与EVP API和命令行工具的集成。GmSSL由北京大学信息安全实验室( http://infosec.pku.edu.cn) 开发和维护。-GM SSL PKI CA SM2 SM3 SM4
zuc
- C语言实现zuc算法,以及zuc的加密算法EIA3和完整性算法EEA3(Implementation of zuc algorithm in C language, encryption algorithm EIA3 and integrity algorithm EEA3 of zuc)
zuc
- 这是对祖冲之算法的Python语言实现,可用于对算法学习和测试。(This is a Python language implementation of Zuchong's algorithm, which can be used for learning and testing the algorithm.)
ZUC
- 基于C语言祖冲之密码算法实现,国密算法简单实现,(Implementation of ZUC Cryptographic Algorithms in C Language)
ZUC算法源代码
- 官方完整的C语言代码,可以通过测试,能用(code of zuc This headfile provide macro defination,parameter definition and function declaration needed in ZUC stream cipher algorithm implementation.)
序列算法电路设计
- 1.了解序列密码算法基本结构。 2.学习线性反馈移位寄存器(LFSR)设计方法。 3.掌握序列密码算法的FPGA程序结构。 4.掌握序列密码ZUC的硬件设计与实现 1.利用HDL语言描述ZUC算法的LFSR模块 2.结合接口电路程序,仿真验证LFSR模块正确性。