Crypto algorithm implementations for the 65816
Go to file
2017-07-03 14:33:17 -05:00
.gitignore
aes.asm
aes.h
aes.macros
aesalign.asm
aescbctest.c
aescrypt.c
aesctrtest.c
aesmodes.c
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 Reduce duplicated code in SHA-256 implementation. 2017-07-03 14:33:17 -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 Add initial implementation of the basic block-processing function for SHA-256. 2017-07-03 14:27:19 -05:00
sha256test.c Add initial implementation of the basic block-processing function for SHA-256. 2017-07-03 14:27:19 -05:00