Crypto algorithm implementations for the 65816
Go to file
Stephen Heumann b2d3d3ffa8 Add sha1sum program as a test/application of the SHA-1 computation. 2017-07-01 15:11:13 -05:00
aes.asm Add comments and copyright notices. 2017-06-27 23:30:58 -05:00
aes.h Add note about context size. 2017-06-28 01:26:24 -05:00
aes.macros state -> context 2017-06-29 16:52:34 -05:00
aesalign.asm Initial working implementation of AES-128 encryption. 2017-06-26 20:41:44 -05:00
aestest.c Usage message and indentation cleanups in test program. 2017-06-27 23:42:20 -05:00
rotate.macros Add macros for rotates. 2017-06-29 20:41:49 -05:00
sha1.asm Add implementations of the SHA-1 update and finalize operations. 2017-06-30 23:55:03 -05:00
sha1.cc Tweaks to SHA-1 update and finalization code. 2017-07-01 14:27:25 -05:00
sha1.h Add implementations of the SHA-1 update and finalize operations. 2017-06-30 23:55:03 -05:00
sha1.macros Small cleanups in SHA-1. 2017-06-30 13:23:29 -05:00
sha1sum.c Add sha1sum program as a test/application of the SHA-1 computation. 2017-07-01 15:11:13 -05:00
sha1test.c Add implementations of the SHA-1 update and finalize operations. 2017-06-30 23:55:03 -05:00