Crypto algorithm implementations for the 65816
Go to file
Stephen Heumann 634ff1e865 Optimize decryption code.
AddRoundKey is integrated into InvMixColumn and InvFinalRoundStep, rather than being done separately.
2017-06-27 20:44:14 -05:00
aes.asm Optimize decryption code. 2017-06-27 20:44:14 -05:00
aes.h Rename some interfaces. 2017-06-27 19:42:53 -05:00
aes.macros Optimize decryption code. 2017-06-27 20:44:14 -05:00
aesalign.asm Initial working implementation of AES-128 encryption. 2017-06-26 20:41:44 -05:00
aestest.c Allow number of test iters to be given on command line. 2017-06-27 20:07:07 -05:00