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 1098634 commit da966c7Copy full SHA for da966c7
src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java
@@ -158,7 +158,7 @@ private static byte[] decode(byte[] d) throws InvalidKeySpecException {
158
d[idx++] != 3 ||
159
d[idx++] != (1 * 40) + 3 ||
160
d[idx++] != 101 ||
161
- d[idx++] != 112 ||
+ d[idx++] != 100 ||
162
d[idx++] != 0x0a ||
163
d[idx++] != 1 ||
164
src/net/i2p/crypto/eddsa/EdDSAPublicKey.java
@@ -131,7 +131,7 @@ private static byte[] decode(byte[] d) throws InvalidKeySpecException {
131
132
133
134
135
136
137
0 commit comments