]>
git.cryptolib.org Git - avr-crypto-lib.git/log
bg [Wed, 4 Feb 2009 13:50:15 +0000 (13:50 +0000)]
new hash function abstraction layer + shavs + dump util + ...
bg [Mon, 2 Feb 2009 23:05:19 +0000 (23:05 +0000)]
fixing a bug in sha1-C and sha256-C (only C-Versions are affected) in setting the padding bit for non-byte messages
bg [Fri, 30 Jan 2009 23:00:04 +0000 (23:00 +0000)]
new cli system
bg [Thu, 29 Jan 2009 11:49:40 +0000 (11:49 +0000)]
renaming to AVR-Crypto-Lib
bg [Wed, 28 Jan 2009 23:50:00 +0000 (23:50 +0000)]
split up aes asm sbox in two parts
bg [Mon, 26 Jan 2009 18:04:30 +0000 (18:04 +0000)]
serpent sboxes in asm bitslice
bg [Thu, 22 Jan 2009 11:59:53 +0000 (11:59 +0000)]
faster aes decryption
bg [Wed, 21 Jan 2009 16:09:25 +0000 (16:09 +0000)]
now aes decription also in assembly
bg [Wed, 14 Jan 2009 19:16:36 +0000 (19:16 +0000)]
faster and faster
bg [Wed, 14 Jan 2009 18:44:53 +0000 (18:44 +0000)]
squeezing out a little more speed
bg [Tue, 13 Jan 2009 20:23:50 +0000 (20:23 +0000)]
little helper for generating multiplication tables for multiplication in GF(2**8)
bg [Mon, 12 Jan 2009 11:19:16 +0000 (11:19 +0000)]
speed up
bg [Sat, 10 Jan 2009 22:39:34 +0000 (22:39 +0000)]
a first look at aes assembly
bg [Fri, 9 Jan 2009 16:40:47 +0000 (16:40 +0000)]
improving AES
bg [Fri, 9 Jan 2009 13:53:19 +0000 (13:53 +0000)]
oops
bg [Fri, 9 Jan 2009 13:52:49 +0000 (13:52 +0000)]
some mor ciphers for the blockcipher abstraction layer
bg [Thu, 8 Jan 2009 12:15:12 +0000 (12:15 +0000)]
first lines of a blockcipher abstraction layer
bg [Wed, 7 Jan 2009 19:13:06 +0000 (19:13 +0000)]
sha3 api for twister
bg [Sun, 4 Jan 2009 21:51:46 +0000 (21:51 +0000)]
aes_keyschdule speed up
bg [Wed, 31 Dec 2008 19:51:55 +0000 (19:51 +0000)]
new AES in C, happy new year
bg [Tue, 30 Dec 2008 16:10:30 +0000 (16:10 +0000)]
fixed typos in documentation
bg [Tue, 30 Dec 2008 13:46:17 +0000 (13:46 +0000)]
fixing bug in noekeon.c
bg [Mon, 29 Dec 2008 13:15:31 +0000 (13:15 +0000)]
removing debug stuff
bg [Sun, 28 Dec 2008 20:20:22 +0000 (20:20 +0000)]
twister now in ASM
bg [Mon, 22 Dec 2008 03:19:07 +0000 (03:19 +0000)]
now comes twister-512
bg [Sun, 21 Dec 2008 02:06:22 +0000 (02:06 +0000)]
forgot a ;
bg [Sun, 21 Dec 2008 00:16:09 +0000 (00:16 +0000)]
a first idea of twister (only 224 and 256 bit) more comming soon
bg [Fri, 19 Dec 2008 22:40:58 +0000 (22:40 +0000)]
small update (integrating NOEKEON_OMAC and SEED_C)
bg [Thu, 11 Dec 2008 18:14:49 +0000 (18:14 +0000)]
seed now in pure asm
bg [Thu, 11 Dec 2008 17:46:12 +0000 (17:46 +0000)]
even more ASM-fun now only decryption needs C-Stub
bg [Thu, 11 Dec 2008 15:12:16 +0000 (15:12 +0000)]
more ASM-fun for SEED
bg [Thu, 11 Dec 2008 00:15:23 +0000 (00:15 +0000)]
oops some imortant thigs were commented out
bg [Wed, 10 Dec 2008 23:59:43 +0000 (23:59 +0000)]
further working on seed (openssl supports it :-);
plain C version is working and assembler enhanced version was enhanced
bg [Wed, 10 Dec 2008 15:18:23 +0000 (15:18 +0000)]
fixing lot of typos, camellia_C now seems to work
bg [Tue, 9 Dec 2008 21:10:19 +0000 (21:10 +0000)]
camellia (C and ASM mixed) seems to work now; pure C version still broken
bg [Fri, 5 Dec 2008 15:09:16 +0000 (15:09 +0000)]
MD5 now completly in ASM
bg [Fri, 5 Dec 2008 12:53:15 +0000 (12:53 +0000)]
md5_lastBlock() now in ASM
bg [Tue, 25 Nov 2008 05:43:08 +0000 (05:43 +0000)]
more ASM fun
bg [Tue, 25 Nov 2008 01:23:22 +0000 (01:23 +0000)]
new MD5 ins ASM with C (working on pure ASM implementation) plus enhancments in asm Macros
small changes in MD5 C-implementation (migth be a little faster)
little bug fixed in Nessie-Hash-Test
bg [Sun, 21 Sep 2008 21:38:10 +0000 (21:38 +0000)]
forgotten file, my fault
bg [Sun, 21 Sep 2008 21:22:23 +0000 (21:22 +0000)]
bg [Mon, 1 Sep 2008 23:02:31 +0000 (23:02 +0000)]
adding missing file
bg [Wed, 27 Aug 2008 03:21:27 +0000 (03:21 +0000)]
unifoming omac nameing; +auto help
bg [Wed, 27 Aug 2008 02:07:06 +0000 (02:07 +0000)]
forgot a file
bg [Wed, 27 Aug 2008 02:05:47 +0000 (02:05 +0000)]
new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env
bg [Sun, 24 Aug 2008 04:57:08 +0000 (04:57 +0000)]
adjustments made for host usage (but still not "endian-safe")
bg [Tue, 19 Aug 2008 12:18:25 +0000 (12:18 +0000)]
fixed small bug in MD5
bg [Tue, 12 Aug 2008 16:24:41 +0000 (16:24 +0000)]
some testvectors
bg [Tue, 12 Aug 2008 16:20:37 +0000 (16:20 +0000)]
finished asm version of serpent (may be optimized later)
bg [Tue, 12 Aug 2008 13:25:31 +0000 (13:25 +0000)]
even more serpent in asm
bg [Sun, 10 Aug 2008 23:21:56 +0000 (23:21 +0000)]
bug fixed, but still untested noekeon in omac mode
bg [Sun, 10 Aug 2008 23:19:11 +0000 (23:19 +0000)]
even more serpent in asm
bg [Sun, 10 Aug 2008 14:04:06 +0000 (14:04 +0000)]
advances in serpent asm implementation
bg [Thu, 7 Aug 2008 09:45:50 +0000 (09:45 +0000)]
rcfour optimized++; memxor optimized++
bg [Wed, 6 Aug 2008 18:04:23 +0000 (18:04 +0000)]
changed arcfour api
bg [Wed, 6 Aug 2008 14:06:57 +0000 (14:06 +0000)]
new noekeon modes, + noekeon optimized
bg [Tue, 5 Aug 2008 21:19:55 +0000 (21:19 +0000)]
noekeon optimized++
bg [Sat, 2 Aug 2008 11:12:03 +0000 (11:12 +0000)]
removing symlink
bg [Sat, 2 Aug 2008 10:37:02 +0000 (10:37 +0000)]
modification to the build system
bg [Sat, 2 Aug 2008 04:38:17 +0000 (04:38 +0000)]
adding documentation
bg [Mon, 21 Jul 2008 02:40:18 +0000 (02:40 +0000)]
fixed bug in shabea
bg [Sun, 20 Jul 2008 19:46:57 +0000 (19:46 +0000)]
some typing errors corrected
bg [Sun, 20 Jul 2008 16:30:43 +0000 (16:30 +0000)]
new document describing blockcipher usage
bg [Sat, 19 Jul 2008 16:15:55 +0000 (16:15 +0000)]
some changings to make API more consistent
bg [Sat, 19 Jul 2008 01:53:17 +0000 (01:53 +0000)]
fixing a bug in the DES testing code
bg [Fri, 18 Jul 2008 20:51:00 +0000 (20:51 +0000)]
integrated automatic testing scrips (1/2)
bg [Wed, 16 Jul 2008 21:16:12 +0000 (21:16 +0000)]
removement of debug/unfinished code
bg [Wed, 16 Jul 2008 13:22:21 +0000 (13:22 +0000)]
+logo
bg [Wed, 16 Jul 2008 13:22:00 +0000 (13:22 +0000)]
restructuring Makefile +hmac-sha1
bg [Wed, 9 Jul 2008 18:26:30 +0000 (18:26 +0000)]
camellia seems broken
bg [Wed, 9 Jul 2008 07:00:42 +0000 (07:00 +0000)]
skipjack testvectors seem broken
bg [Wed, 9 Jul 2008 05:41:43 +0000 (05:41 +0000)]
nessie for the rest (skipjack seems broken, shabea req. more testing)
bg [Wed, 9 Jul 2008 03:22:58 +0000 (03:22 +0000)]
+some changes in make architecture +hmac-sha1
bg [Thu, 3 Jul 2008 12:14:14 +0000 (12:14 +0000)]
modyfied build process
bg [Thu, 3 Jul 2008 04:11:34 +0000 (04:11 +0000)]
modyfied copyright
bg [Mon, 26 May 2008 19:13:21 +0000 (19:13 +0000)]
insereated GPLv3 stub
bg [Thu, 8 May 2008 18:39:12 +0000 (18:39 +0000)]
+SHACAL-[1,2]
bg [Mon, 28 Apr 2008 02:48:49 +0000 (02:48 +0000)]
+A5/1
bg [Sun, 20 Apr 2008 02:36:13 +0000 (02:36 +0000)]
some small updates
bg [Thu, 17 Apr 2008 15:39:07 +0000 (15:39 +0000)]
prng renamed to entropium
bg [Wed, 16 Apr 2008 20:51:10 +0000 (20:51 +0000)]
some minor changes to performance testing code
bg [Wed, 16 Apr 2008 11:50:45 +0000 (11:50 +0000)]
+bad optimisation (doesn't improve anything)
bg [Wed, 16 Apr 2008 01:02:42 +0000 (01:02 +0000)]
+Grain +corrected orthograpic some errors
bg [Mon, 14 Apr 2008 18:36:02 +0000 (18:36 +0000)]
+trivium
bg [Sun, 13 Apr 2008 13:51:26 +0000 (13:51 +0000)]
trying to remove unintentionaly comitted files
bg [Sun, 13 Apr 2008 13:00:16 +0000 (13:00 +0000)]
(virtual file add)
bg [Sun, 13 Apr 2008 12:58:26 +0000 (12:58 +0000)]
updated some testsuits
bg [Sun, 13 Apr 2008 03:32:37 +0000 (03:32 +0000)]
+ rc6.mk
bg [Sun, 13 Apr 2008 03:30:14 +0000 (03:30 +0000)]
+RC6 +some forgotten files
bg [Sun, 13 Apr 2008 03:05:55 +0000 (03:05 +0000)]
+RC5 +size-statistics tool +small modification to nessie_bc_test (optional free() function)
bg [Sat, 12 Apr 2008 16:31:20 +0000 (16:31 +0000)]
noekeon extended
bg [Sat, 12 Apr 2008 16:06:44 +0000 (16:06 +0000)]
+ noekeon_asm.S (more will follow)
bg [Fri, 11 Apr 2008 17:56:11 +0000 (17:56 +0000)]
forgot the makefile and the round constant generator
bg [Fri, 11 Apr 2008 17:54:24 +0000 (17:54 +0000)]
+ noekeon
bg [Fri, 11 Apr 2008 02:52:10 +0000 (02:52 +0000)]
+performance tests; some modifications to the Cast5-test-suit
bg [Tue, 8 Apr 2008 06:41:15 +0000 (06:41 +0000)]
+Present +some fixes at nessie_common
bg [Tue, 8 Apr 2008 03:21:13 +0000 (03:21 +0000)]
some tunes at the Makefile + code reorganisation at the nessie test banches
bg [Mon, 7 Apr 2008 22:25:31 +0000 (22:25 +0000)]
+serpent bitslice; modifyed cast5 testings
bg [Mon, 7 Apr 2008 02:21:24 +0000 (02:21 +0000)]
hmac-sha256 bugfix + hmac-sha256 test suit
bg [Sun, 6 Apr 2008 12:24:49 +0000 (12:24 +0000)]
footer got two newlines at the end