]> git.codecow.com Git - Monocypher.git/commit
Rolled loop for zero initialisation
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 5 Jan 2020 20:32:41 +0000 (21:32 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 5 Jan 2020 20:32:41 +0000 (21:32 +0100)
commit568437894a93a6f34b7e3cf21332683946c33902
treefb729072a5d46992d83b1aede9a9e07306e9505c
parent4d315661701b63870babb00ebd094d72901c2ec1
Rolled loop for zero initialisation

- Compilers optimise loops better.
- We save one line of code this way.

(This is a nitpick: in practice, this doesn't change a thing.)
src/monocypher.c