Projects Forum
Download latest build of this project:
Size: 71.53kb
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.

Implementing AES on multi
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.