mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Use W64LIT instead of word64 cast
This commit is contained in:
parent
734affe257
commit
3a18d73cc1
@ -884,7 +884,7 @@ int crypto_sign_open(byte *m,word64 *mlen,const byte *sm,word64 n,const byte *pk
|
||||
byte t[32],h[64];
|
||||
gf p[4],q[4];
|
||||
|
||||
*mlen = ~static_cast<word64>(0);
|
||||
*mlen = ~W64LIT(0);
|
||||
if (n < 64) return -1;
|
||||
|
||||
if (unpackneg(q,pk)) return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user