搜索资源列表
streamcipherbyvhdl
- describe the vlsi implementation of some stream cipher (RC4,A5/1,helix,E0)
v
- Synthetisable verilog of compact crypto algorithms: RC4, TEA, XTEA, XXTEA. A faster but, more resource hungry version for RC4 and XXTEA is included.
rc4_crypt
- 自己写的rc4加解密算法部分的verilog代码,可综合,供大家参考-Write your own encryption algorithm verilog codes rc4 section can be integrated, for your reference
RC4算法概念
- 对RC4算法概念有深入了解,RC4包括初始化和伪随机子密码两部分。