LoupVaillant / Monocypher

An easy to use, easy to deploy crypto library
https://monocypher.org
Other
594 stars 79 forks source link

MSVC compiler warning (level 4) cosmetic #187

Closed mireiner closed 4 years ago

mireiner commented 4 years ago

Hi there,

for cosmetic reason you might like to know and fix following MSVC compiler warning (level 4):

monocypher.c(1846,33): warning C4244: "-=": conversion from "int" to "u8", possible loss of data

Thanks for this very usefull library :-) mireiner

LoupVaillant commented 4 years ago

Oops, right, I should have made the conversion explicit.
Fixing right away, thanks.