forked from I2P_Developers/i2p.i2p
Fixed Ed25519-SHA-512 algorithm name
This commit is contained in:
@@ -49,7 +49,7 @@ public enum SigType {
|
|||||||
// TESTING....................
|
// TESTING....................
|
||||||
|
|
||||||
/** Pubkey 32 bytes; privkey 32 bytes; hash 64 bytes; sig 64 bytes; */
|
/** Pubkey 32 bytes; privkey 32 bytes; hash 64 bytes; sig 64 bytes; */
|
||||||
EdDSA_SHA512_25519(7, 32, 32, 64, 64, SigAlgo.EdDSA, "SHA-512", "SHA512withEdDSA", EdDSANamedCurveTable.getByName("ed25519"));
|
EdDSA_SHA512_25519(7, 32, 32, 64, 64, SigAlgo.EdDSA, "SHA-512", "SHA512withEdDSA", EdDSANamedCurveTable.getByName("ed25519-sha-512"));
|
||||||
|
|
||||||
// others..........
|
// others..........
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user