Fixed Ed25519-SHA-512 algorithm name

This commit is contained in:
str4d
2014-04-26 12:10:18 +00:00
parent 02c0ddb3d3
commit 3cd01acb73

View File

@@ -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..........