搜索资源列表
AES
- AES算法完整的使用C语言实现,经过测试,可以运行。 可支持的明文分组长128/192/256比特。可支持的主密钥长128/192/256比特。对不同的密钥长度,AES算法相应的轮数分别是10/12/14轮。-AES algorithm using the C language to implement a complete, tested, you can run. To support the explicit sub-head
decry14work
- this the code for the decryption of AES algorithm for 14 rounds which is implemented for the SDDC complier-this is the code for the decryption of AES algorithm for 14 rounds which is implemented for the SDDC complier
aes-program-collection
- this has the ready made code for the AES implementation on 8051 board for SDCC complier. the code is written for encryption and decryption of 10/14 rounds for key of 256bits.
CC2430
- CC2430基础实验源代码,帮助读者快速认知CC2430芯片 ││sch_CC2430ZDK.pdf ││ │├─1.LED │├─2.LCD │├─3.Clock模式 │├─4.External中断 │├─5.Timer中断 │├─6.Stop观看 │├─7.ADC │├─8.Temp传感器 │├─9.Joystick │├─10.UART - 液晶 │├─11.DMA │├─1
AES 128 CBC Decryption
- Block mode related AES implement on GHDL