Crypto algorithm implementations for the 65816
Go to file
Stephen Heumann e46264f0c4 Small decryption optimization, saving a value in a register between rounds. 2017-06-27 22:35:57 -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 Small decryption optimization, saving a value in a register between rounds. 2017-06-27 22:35:57 -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