Go to file
bg 5ea7340f82 fixed typos in documentation 2008-12-30 16:10:30 +00:00
host now comes twister-512 2008-12-22 03:19:07 +00:00
mkfiles twister now in ASM 2008-12-28 20:20:22 +00:00
test_src twister now in ASM 2008-12-28 20:20:22 +00:00
testvectors fixed small bug in MD5 2008-08-19 12:18:25 +00:00
A5_1.c new document describing blockcipher usage 2008-07-20 16:30:43 +00:00
A5_1.h adding documentation 2008-08-02 04:38:17 +00:00
COPYING restructuring Makefile +hmac-sha1 2008-07-16 13:22:00 +00:00
COPYING.gpl2 arcfour got its own testsuit now + some modifications of the build process 2008-04-06 02:42:32 +00:00
COPYING.gpl3 arcfour got its own testsuit now + some modifications of the build process 2008-04-06 02:42:32 +00:00
Doxyfile noekeon optimized++ 2008-08-05 21:19:55 +00:00
LICENSE restructuring Makefile +hmac-sha1 2008-07-16 13:22:00 +00:00
LICENSE.gpl2 arcfour got its own testsuit now + some modifications of the build process 2008-04-06 02:42:32 +00:00
LICENSE.gpl3 arcfour got its own testsuit now + some modifications of the build process 2008-04-06 02:42:32 +00:00
Makefile small update (integrating NOEKEON_OMAC and SEED_C) 2008-12-19 22:40:58 +00:00
USAGE.blockciphers fixed typos in documentation 2008-12-30 16:10:30 +00:00
USAGE.hashfunctions fixed typos in documentation 2008-12-30 16:10:30 +00:00
USAGE.streamciphers fixed typos in documentation 2008-12-30 16:10:30 +00:00
__gmsl +RC5 +size-statistics tool +small modification to nessie_bc_test (optional free() function) 2008-04-13 03:05:55 +00:00
arcfour-asm.S fixed small bug in MD5 2008-08-19 12:18:25 +00:00
arcfour.c new MD5 ins ASM with C (working on pure ASM implementation) plus enhancments in asm Macros 2008-11-25 01:23:22 +00:00
arcfour.h new MD5 ins ASM with C (working on pure ASM implementation) plus enhancments in asm Macros 2008-11-25 01:23:22 +00:00
avr-asm-macros.S twister now in ASM 2008-12-28 20:20:22 +00:00
avr-makefile.inc small update (integrating NOEKEON_OMAC and SEED_C) 2008-12-19 22:40:58 +00:00
camellia-asm.S fixing lot of typos, camellia_C now seems to work 2008-12-10 15:18:23 +00:00
camellia.h fixing lot of typos, camellia_C now seems to work 2008-12-10 15:18:23 +00:00
camellia128-stub.c fixing lot of typos, camellia_C now seems to work 2008-12-10 15:18:23 +00:00
camellia_C.c fixing lot of typos, camellia_C now seems to work 2008-12-10 15:18:23 +00:00
cast5-sbox.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
cast5.c a first idea of twister (only 224 and 256 bit) more comming soon 2008-12-21 00:16:09 +00:00
cast5.h small update (integrating NOEKEON_OMAC and SEED_C) 2008-12-19 22:40:58 +00:00
config.h now comes twister-512 2008-12-22 03:19:07 +00:00
debug.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
des.c adding documentation 2008-08-02 04:38:17 +00:00
des.h adding documentation 2008-08-02 04:38:17 +00:00
entropium.c adding documentation 2008-08-02 04:38:17 +00:00
entropium.h adding documentation 2008-08-02 04:38:17 +00:00
gf256mul.S twister now in ASM 2008-12-28 20:20:22 +00:00
gf256mul.h a first idea of twister (only 224 and 256 bit) more comming soon 2008-12-21 00:16:09 +00:00
gmsl +RC5 +size-statistics tool +small modification to nessie_bc_test (optional free() function) 2008-04-13 03:05:55 +00:00
grain.c modyfied copyright 2008-07-03 04:11:34 +00:00
grain.h noekeon optimized++ 2008-08-05 21:19:55 +00:00
hmac-sha1.c restructuring Makefile +hmac-sha1 2008-07-16 13:22:00 +00:00
hmac-sha1.h restructuring Makefile +hmac-sha1 2008-07-16 13:22:00 +00:00
hmac-sha256.c +some changes in make architecture +hmac-sha1 2008-07-09 03:22:58 +00:00
hmac-sha256.h +some changes in make architecture +hmac-sha1 2008-07-09 03:22:58 +00:00
main.dox noekeon optimized++ 2008-08-05 21:19:55 +00:00
md5-asm.S MD5 now completly in ASM 2008-12-05 15:09:16 +00:00
md5.c md5_lastBlock() now in ASM 2008-12-05 12:53:15 +00:00
md5.h md5_lastBlock() now in ASM 2008-12-05 12:53:15 +00:00
md5_sbox.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
memxor.S 2008-09-21 21:22:23 +00:00
memxor.h noekeon optimized++ 2008-08-05 21:19:55 +00:00
memxor_c.c rcfour optimized++; memxor optimized++ 2008-08-07 09:45:50 +00:00
noekeon.c fixing bug in noekeon.c 2008-12-30 13:46:17 +00:00
noekeon.h new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env 2008-08-27 02:05:47 +00:00
noekeon_asm.S new noekeon modes, + noekeon optimized 2008-08-06 14:06:57 +00:00
noekeon_cbc_enc.S new noekeon modes, + noekeon optimized 2008-08-06 14:06:57 +00:00
noekeon_cbc_enc.h new noekeon modes, + noekeon optimized 2008-08-06 14:06:57 +00:00
noekeon_ctr.S new noekeon modes, + noekeon optimized 2008-08-06 14:06:57 +00:00
noekeon_ctr.h new noekeon modes, + noekeon optimized 2008-08-06 14:06:57 +00:00
omac_noekeon.S new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env 2008-08-27 02:05:47 +00:00
omac_noekeon.h unifoming omac nameing; +auto help 2008-08-27 03:21:27 +00:00
omac_noekeon_C.c small update (integrating NOEKEON_OMAC and SEED_C) 2008-12-19 22:40:58 +00:00
present.c insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
present.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
rc5.c insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
rc5.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
rc6.c insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
rc6.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
seed-asm.S seed now in pure asm 2008-12-11 18:14:49 +00:00
seed.h small update (integrating NOEKEON_OMAC and SEED_C) 2008-12-19 22:40:58 +00:00
seed_C.c small update (integrating NOEKEON_OMAC and SEED_C) 2008-12-19 22:40:58 +00:00
seed_sbox.h oops some imortant thigs were commented out 2008-12-11 00:15:23 +00:00
serpent-asm.S fixed small bug in MD5 2008-08-19 12:18:25 +00:00
serpent-sboxes-bitslice.c fixed small bug in MD5 2008-08-19 12:18:25 +00:00
serpent-sboxes-fast.S fixed small bug in MD5 2008-08-19 12:18:25 +00:00
serpent-sboxes-small.S fixed small bug in MD5 2008-08-19 12:18:25 +00:00
serpent-sboxes.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
serpent-sboxes_c.c advances in serpent asm implementation 2008-08-10 14:04:06 +00:00
serpent.c finished asm version of serpent (may be optimized later) 2008-08-12 16:20:37 +00:00
serpent.h even more serpent in asm 2008-08-12 13:25:31 +00:00
sha1-asm.S modyfied copyright 2008-07-03 04:11:34 +00:00
sha1.c new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env 2008-08-27 02:05:47 +00:00
sha1.h +some changes in make architecture +hmac-sha1 2008-07-09 03:22:58 +00:00
sha256-asm.S new MD5 ins ASM with C (working on pure ASM implementation) plus enhancments in asm Macros 2008-11-25 01:23:22 +00:00
sha256.c insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
sha256.h noekeon optimized++ 2008-08-05 21:19:55 +00:00
shabea.c 2008-09-21 21:22:23 +00:00
shabea.h 2008-09-21 21:22:23 +00:00
shacal1_enc.c insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
shacal1_enc.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
shacal2_enc.c insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
shacal2_enc.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
skipjack.c skipjack testvectors seem broken 2008-07-09 07:00:42 +00:00
skipjack.h fixed small bug in MD5 2008-08-19 12:18:25 +00:00
sumsize.rb +RC5 +size-statistics tool +small modification to nessie_bc_test (optional free() function) 2008-04-13 03:05:55 +00:00
trivium.c insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
trivium.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
twister-asm.S twister now in ASM 2008-12-28 20:20:22 +00:00
twister-big-asm.S twister now in ASM 2008-12-28 20:20:22 +00:00
twister-big.c fixing bug in noekeon.c 2008-12-30 13:46:17 +00:00
twister-big.h twister now in ASM 2008-12-28 20:20:22 +00:00
twister-small-asm.S twister now in ASM 2008-12-28 20:20:22 +00:00
twister-small-stub.c twister now in ASM 2008-12-28 20:20:22 +00:00
twister-small.c twister now in ASM 2008-12-28 20:20:22 +00:00
twister-small.h now comes twister-512 2008-12-22 03:19:07 +00:00
twister.c fixed typos in documentation 2008-12-30 16:10:30 +00:00
twister.h now comes twister-512 2008-12-22 03:19:07 +00:00
twister224.S twister now in ASM 2008-12-28 20:20:22 +00:00
twister256.S twister now in ASM 2008-12-28 20:20:22 +00:00
twister384.S twister now in ASM 2008-12-28 20:20:22 +00:00
twister512.S twister now in ASM 2008-12-28 20:20:22 +00:00
twister_ref.h twister now in ASM 2008-12-28 20:20:22 +00:00
twister_tables.h now comes twister-512 2008-12-22 03:19:07 +00:00
uC-Crypto-logo.svg +logo 2008-07-16 13:22:21 +00:00
uart.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
xtea-asm.S modyfied copyright 2008-07-03 04:11:34 +00:00
xtea.c insereated GPLv3 stub 2008-05-26 19:13:21 +00:00
xtea.h insereated GPLv3 stub 2008-05-26 19:13:21 +00:00