AES

XCore Project reviews, ideas, videos and proposals.
richard
Respected Member
Posts: 318
Joined: Tue Dec 15, 2009 12:46 am

AES

Post by richard »

Version: 1
Status: Public release
License: Custom Licence
Download: /files/project_builds/aes.zip

Implementation of Advanced Encryption Standard (AES), supporting both encryption and decryption. This implementation is based on the original Rijndael proposal, using high-level lookup table optimisations. This allows the basic XC implementation to achieve a throughput of 52Mbps per XCore. Further low-level optimisations have been implemented to obtain the maximum level of performance from the encryption/decryption engine. The most highly optimised code achieves a throughput of 64Mbps per XCore.


User avatar
vipin
Junior Member
Posts: 6
Joined: Fri Oct 15, 2010 3:00 am

Post by vipin »

Implementing AES on multi core processor is a really good idea.Since without parallel processing it is very difficult to get the required speed.
I will check the working of this project as soon as I get a XMOS kit.

Thanks.