]> git.codecow.com Git - Monocypher.git/log
Monocypher.git
9 years agoArgon2i clean up and comments
Loup Vaillant [Thu, 5 Jan 2017 19:28:20 +0000 (20:28 +0100)]
Argon2i clean up and comments

9 years agoremoved debug printf
Loup Vaillant [Thu, 5 Jan 2017 16:41:41 +0000 (17:41 +0100)]
removed debug printf

9 years agoMoar test vectors for Argon2i
Loup Vaillant [Thu, 5 Jan 2017 16:38:01 +0000 (17:38 +0100)]
Moar test vectors for Argon2i

9 years agofixed argon2i, added tests (TODO: printf)
Loup Vaillant [Thu, 5 Jan 2017 16:27:26 +0000 (17:27 +0100)]
fixed argon2i, added tests (TODO: printf)

9 years agofixed blaked2b interface
Loup Vaillant [Thu, 5 Jan 2017 16:25:50 +0000 (17:25 +0100)]
fixed blaked2b interface

9 years agoignore sped_blacke2b
Loup Vaillant [Fri, 30 Dec 2016 10:51:57 +0000 (11:51 +0100)]
ignore sped_blacke2b

9 years agoadded argon2i
Loup Vaillant [Fri, 30 Dec 2016 10:50:26 +0000 (11:50 +0100)]
added argon2i

9 years agoused += increment in blake2b rounds
Loup Vaillant [Fri, 30 Dec 2016 10:46:27 +0000 (11:46 +0100)]
used += increment in blake2b rounds

9 years agoadded poly1305 test vectors, fixed blake2b test
Loup Vaillant [Thu, 29 Sep 2016 20:45:27 +0000 (22:45 +0200)]
added poly1305 test vectors, fixed blake2b test

9 years agoadded poly1305 one time authentication
Loup Vaillant [Wed, 28 Sep 2016 21:03:38 +0000 (23:03 +0200)]
added poly1305 one time authentication

9 years agoadded blake2b benchmark
Loup Vaillant [Tue, 27 Sep 2016 17:50:20 +0000 (19:50 +0200)]
added blake2b benchmark

9 years agocosmetic changes in blake2b
Loup Vaillant [Tue, 27 Sep 2016 17:49:20 +0000 (19:49 +0200)]
cosmetic changes in blake2b

9 years agogit ignore test
Loup Vaillant [Fri, 16 Sep 2016 18:11:17 +0000 (20:11 +0200)]
git ignore test

9 years agoadded blake2b test vectors
Loup Vaillant [Fri, 16 Sep 2016 18:05:58 +0000 (20:05 +0200)]
added blake2b test vectors

9 years agomade it easier to add test vectors
Loup Vaillant [Mon, 12 Sep 2016 20:30:22 +0000 (22:30 +0200)]
made it easier to add test vectors

9 years agoadded blake2b hash
Loup Vaillant [Sun, 11 Sep 2016 21:23:24 +0000 (23:23 +0200)]
added blake2b hash

9 years agoremoved leading double underscores for include guards
Loup Vaillant [Sun, 11 Sep 2016 14:34:37 +0000 (16:34 +0200)]
removed leading double underscores for include guards

9 years agoadded test vectors for chacha20
Loup Vaillant [Fri, 9 Sep 2016 21:38:37 +0000 (23:38 +0200)]
added test vectors for chacha20

9 years agolittle restrict optimization
Loup Vaillant [Thu, 8 Sep 2016 20:55:24 +0000 (22:55 +0200)]
little restrict optimization

9 years agocopying u32s manually is faster than memcpy
Loup Vaillant [Thu, 8 Sep 2016 20:39:22 +0000 (22:39 +0200)]
copying u32s manually is faster than memcpy

9 years agoconfirmed that local vars are faster
Loup Vaillant [Thu, 8 Sep 2016 20:29:51 +0000 (22:29 +0200)]
confirmed that local vars are faster

It's a bit of a surprise, but on my machine, local variables turn
out to be almost 10% faster than a local array, possibly thanks
to compiler optimizations. (intel core i5 skylake, gcc 5.4, -O2)

9 years agotypo
Loup Vaillant [Sun, 4 Sep 2016 15:51:17 +0000 (17:51 +0200)]
typo

9 years agoAPI overhaul
Loup Vaillant [Sun, 4 Sep 2016 13:16:59 +0000 (15:16 +0200)]
API overhaul

9 years agotypo
Loup Vaillant [Sun, 4 Sep 2016 00:21:16 +0000 (02:21 +0200)]
typo

9 years agocomment re-arrangement
Loup Vaillant [Sun, 4 Sep 2016 00:16:58 +0000 (02:16 +0200)]
comment re-arrangement

9 years agoremoved duplicated code
Loup Vaillant [Sun, 4 Sep 2016 00:13:04 +0000 (02:13 +0200)]
removed duplicated code

9 years agoadded a build script
Loup Vaillant [Sat, 3 Sep 2016 23:52:10 +0000 (01:52 +0200)]
added a build script

9 years agoAdded chacha20 related algorithms
Loup Vaillant [Sat, 3 Sep 2016 23:48:25 +0000 (01:48 +0200)]
Added chacha20 related algorithms