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 d24bdb5 commit ca6e220Copy full SHA for ca6e220
src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java
@@ -86,7 +86,7 @@ public EdDSAPrivateKeySpec(byte[] seed, byte[] h, byte[] a, GroupElement A, EdDS
86
this.h = h;
87
this.a = a;
88
this.A = A;
89
- this.spec = spec;
+ this.spec = spec;
90
}
91
92
/**
0 commit comments