We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd25137 commit 313edb2Copy full SHA for 313edb2
src/de/ntcomputer/crypto/eddsa/Ed25519PublicKey.java
@@ -60,7 +60,7 @@ private boolean verifyLow(byte[] data, String signature) throws SignatureExcepti
60
try {
61
signatureBytes = Utils.hexToBytes(signature);
62
} catch(Exception e) {
63
- throw new SignatureException("the supplied signature is not a valid signature", e);
+ throw new SignatureException("the supplied signature has an invalid format", e);
64
}
65
EdDSAEngine engine = new EdDSAEngine();
66
0 commit comments