]> git.codecow.com Git - Monocypher.git/commit
Made L an array of *signed* integers
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 20 Jan 2019 21:42:38 +0000 (22:42 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 20 Jan 2019 21:42:38 +0000 (22:42 +0100)
commit2638fde16ec746851f542d135ddae6a45a8ee291
tree24d61459ef617d8ec0b918e807bbb0557662ed97
parente9e53806708bfad57f0c61c7c3e2e22d31f09951
Made L an array of *signed* integers

Was unsigned previously, causing a bunch of implementation defined
conversions.  No machine nowadays are no 2's complement, but it's still
cleaner that way.
src/monocypher.c