]>
git.codecow.com Git - Monocypher.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Loup Vaillant [Sun, 11 Sep 2016 21:23:24 +0000 (23:23 +0200)]
added blake2b hash
Loup Vaillant [Sun, 11 Sep 2016 14:34:37 +0000 (16:34 +0200)]
removed leading double underscores for include guards
Loup Vaillant [Fri, 9 Sep 2016 21:38:37 +0000 (23:38 +0200)]
added test vectors for chacha20
Loup Vaillant [Thu, 8 Sep 2016 20:55:24 +0000 (22:55 +0200)]
little restrict optimization
Loup Vaillant [Thu, 8 Sep 2016 20:39:22 +0000 (22:39 +0200)]
copying u32s manually is faster than memcpy
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)
Loup Vaillant [Sun, 4 Sep 2016 15:51:17 +0000 (17:51 +0200)]
typo
Loup Vaillant [Sun, 4 Sep 2016 13:16:59 +0000 (15:16 +0200)]
API overhaul
Loup Vaillant [Sun, 4 Sep 2016 00:21:16 +0000 (02:21 +0200)]
typo
Loup Vaillant [Sun, 4 Sep 2016 00:16:58 +0000 (02:16 +0200)]
comment re-arrangement
Loup Vaillant [Sun, 4 Sep 2016 00:13:04 +0000 (02:13 +0200)]
removed duplicated code
Loup Vaillant [Sat, 3 Sep 2016 23:52:10 +0000 (01:52 +0200)]
added a build script
Loup Vaillant [Sat, 3 Sep 2016 23:48:25 +0000 (01:48 +0200)]
Added chacha20 related algorithms