From abf0f5ac8780c9cb0088e4ccefcd0d0274e63965 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 31 Mar 2017 12:26:20 -0400 Subject: [PATCH] fixed typo --- Identity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Identity.h b/Identity.h index 2db8d287..6c00586b 100644 --- a/Identity.h +++ b/Identity.h @@ -62,8 +62,8 @@ namespace data const uint16_t SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519 = 7; const uint16_t SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519ph = 8; // not implemented // following signature type should never appear in netid=2 - const uint16_t SIGNING_KEY_TYPE_GOSTR3410_CRYPTO_PRO_A_GOSTR3411_256 = 8; - const uint16_t SIGNING_KEY_TYPE_GOSTR3410_TC26_A_512_GOSTR3411_512 = 9; // approved by FSB + const uint16_t SIGNING_KEY_TYPE_GOSTR3410_CRYPTO_PRO_A_GOSTR3411_256 = 9; + const uint16_t SIGNING_KEY_TYPE_GOSTR3410_TC26_A_512_GOSTR3411_512 = 10; // approved by FSB // TODO: remove later const uint16_t SIGNING_KEY_TYPE_GOSTR3410_CRYPTO_PRO_A_GOSTR3411_256_TEST = 65281; const uint16_t SIGNING_KEY_TYPE_GOSTR3410_TC26_A_512_GOSTR3411_512_TEST = 65282;