Crypto algorithm implementations for the 65816
Go to file
2017-06-29 20:51:36 -05:00
aes.asm
aes.h
aes.macros state -> context 2017-06-29 16:52:34 -05:00
aesalign.asm
aestest.c
rotate.macros Add macros for rotates. 2017-06-29 20:41:49 -05:00
sha1.asm Use separate loops for the four parts of the SHA-1 computation. 2017-06-29 20:51:36 -05:00
sha1.h Add implementation of the basic block-processing function for SHA-1. 2017-06-29 16:54:49 -05:00
sha1.macros Use separate loops for the four parts of the SHA-1 computation. 2017-06-29 20:51:36 -05:00
sha1test.c Add implementation of the basic block-processing function for SHA-1. 2017-06-29 16:54:49 -05:00