Crypto algorithm implementations for the 65816
Go to file
2017-07-03 20:03:45 -05:00
.gitignore
aes.asm
aes.h Add implementation and test for AES CTR mode. 2017-07-02 18:25:43 -05:00
aes.macros
aesalign.asm
aescbctest.c Add copyright notices and comments. 2017-07-02 18:41:21 -05:00
aescrypt.c Add copyright notices and comments. 2017-07-02 18:41:21 -05:00
aesctrtest.c Add copyright notices and comments. 2017-07-02 18:41:21 -05:00
aesmodes.c Add copyright notices and comments. 2017-07-02 18:41:21 -05:00
aestest.c
Makefile Add basic makefile. 2017-07-02 20:26:20 -05:00
rotate.macros
sha1.asm
sha1.cc
sha1.h
sha1.macros Typos 2017-07-02 22:54:18 -05:00
sha1sum.c
sha1test.c
sha256.asm Optimize SHA-256 computations to save instructions in various places. 2017-07-03 20:03:45 -05:00
sha256.h Add initial implementation of the basic block-processing function for SHA-256. 2017-07-03 14:27:19 -05:00
sha256.macros Optimize SHA-256 computations to save instructions in various places. 2017-07-03 20:03:45 -05:00
sha256test.c Add initial implementation of the basic block-processing function for SHA-256. 2017-07-03 14:27:19 -05:00