Crypto algorithm implementations for the 65816
Go to file
Stephen Heumann 293828584f Optimize key expansion a bit, removing unnecessary loads. 2017-06-26 22:22:55 -05:00
aes.asm Optimize key expansion a bit, removing unnecessary loads. 2017-06-26 22:22:55 -05:00
aes.h Initial working implementation of AES-128 encryption. 2017-06-26 20:41:44 -05:00
aes.macros Save a few cycles by not reloading the last written byte between rounds. 2017-06-26 21:49:16 -05:00
aesalign.asm Initial working implementation of AES-128 encryption. 2017-06-26 20:41:44 -05:00
aestest.c Initial working implementation of AES-128 encryption. 2017-06-26 20:41:44 -05:00