]> git.codecow.com Git - Monocypher.git/commit
Fixed various compiler warnings
authorLoup Vaillant <loup@loup-vaillant.fr>
Thu, 1 Sep 2022 16:26:27 +0000 (18:26 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Thu, 1 Sep 2022 16:26:27 +0000 (18:26 +0200)
commit9c510680fab78aa0530b6917e4e903b182d92a24
treedc5b005d5c004569efa110ea2375bd544e1cc4e3
parent9aeefb1ca5ca39396fe645ac48572575c85cd94e
Fixed various compiler warnings

- Global constant should have been `static`
- Reserved identifier (double underscores)
- Loss of precision in implicit conversions
- Implicit change of sign
src/monocypher.c
tests/test.c
tests/utils.c