crypto-algorithms.c

Basic implementations of standard cryptography algorithms, like AES and SHA-1
git clone git://git.finwo.net/lib/crypto-algorithms.c
Log | Files | Refs | README

ModeNameSize
-rw-r--r--README.md17L
-rw-r--r--aes.c1095L
-rw-r--r--aes.h123L
-rw-r--r--aes_test.c285L
-rw-r--r--arcfour.c47L
-rw-r--r--arcfour.h30L
-rw-r--r--arcfour_test.c47L
-rw-r--r--base64.c134L
-rw-r--r--base64.h27L
-rw-r--r--base64_test.c54L
-rw-r--r--blowfish.c269L
-rw-r--r--blowfish.h32L
-rw-r--r--blowfish_test.c68L
-rw-r--r--des.c269L
-rw-r--r--des.h37L
-rw-r--r--des_test.c83L
-rw-r--r--md2.c104L
-rw-r--r--md2.h33L
-rw-r--r--md2_test.c58L
-rw-r--r--md5.c189L
-rw-r--r--md5.h34L
-rw-r--r--md5_test.c60L
-rw-r--r--rot-13.c35L
-rw-r--r--rot-13.h20L
-rw-r--r--rot-13_test.c44L
-rw-r--r--sha1.c149L
-rw-r--r--sha1.h35L
-rw-r--r--sha1_test.c58L
-rw-r--r--sha256.c158L
-rw-r--r--sha256.h35L
-rw-r--r--sha256_test.c61L