Crypto algorithm implementations for the 65816
Go to file
2017-06-26 20:53:17 -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 Cut out a few instructions by reusing subexpressions in registers. 2017-06-26 20:53:17 -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