weidai11 / cryptopp

free C++ class library of cryptographic schemes
https://cryptopp.com
Other
4.66k stars 1.47k forks source link

Warning in validat2.cpp #1238

Open irwir opened 9 months ago

irwir commented 9 months ago

VS2022 with the current head

cryptopp-master\validat2.cpp(1177,69): warning C4244: 'argument': conversion from 'CryptoPP::word' to 'long', possible loss of data

Should m be declared as Integer?