]> git.codecow.com Git - Monocypher.git/commit
Fixed compiler warning
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 31 Jul 2020 21:04:16 +0000 (23:04 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 31 Jul 2020 21:04:16 +0000 (23:04 +0200)
commite2c4454f869b42cfa108c758b6c2dbe23490b74f
treeb15150d6cca9143ac96a105a1717d0b72cda506e
parente209cf76aba5101579d867b73cf577e1cbd6f43a
Fixed compiler warning

Fixes #187

Note: w should remain a signed integer, so w-1 is correctly compared in
the FOR_T loop.
src/monocypher.c