mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add tests for EdDSA25519, fix Verifier.
This commit is contained in:
@@ -33,7 +33,6 @@ int crypto_sign_open(
|
||||
ge_tobytes(rcheck,&R);
|
||||
if (crypto_verify_32(rcheck,rcopy) == 0)
|
||||
return 0;
|
||||
|
||||
|
||||
badsig:
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user