Crypto algorithm implementations for the 65816
Go to file
Stephen Heumann 75aac0daa9 Save a couple values on the stack rather than looking them up again.
This is cycle-neutral (assuming a page-aligned DP), but it reduces instruction bytes and therefore may give a speedup on accelerators with caches.
2017-06-26 21:13:25 -05:00
aes.asm Initial working implementation of AES-128 encryption. 2017-06-26 20:41:44 -05:00
aes.h Initial working implementation of AES-128 encryption. 2017-06-26 20:41:44 -05:00
aes.macros Save a couple values on the stack rather than looking them up again. 2017-06-26 21:13:25 -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