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 b475e23 commit a150eafCopy full SHA for a150eaf
src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java
@@ -161,7 +161,7 @@ private static byte[] decode(byte[] d) throws InvalidKeySpecException {
161
d[idx++] != 3 ||
162
d[idx++] != (1 * 40) + 3 ||
163
d[idx++] != 101 ||
164
- d[idx++] != 100 ||
+ d[idx++] != 112 ||
165
d[idx++] != 0x0a ||
166
d[idx++] != 1 ||
167
src/net/i2p/crypto/eddsa/EdDSAPublicKey.java
@@ -135,7 +135,7 @@ private static byte[] decode(byte[] d) throws InvalidKeySpecException {
135
136
137
138
139
140
141
0 commit comments