EdDSA signature type added

This commit is contained in:
orignal 2015-04-08 16:18:16 -04:00
parent 8891d9aa4d
commit 454f2dabbd
4 changed files with 40 additions and 3 deletions

View file

@ -117,6 +117,7 @@ namespace data
const uint16_t SIGNING_KEY_TYPE_RSA_SHA256_2048 = 4;
const uint16_t SIGNING_KEY_TYPE_RSA_SHA384_3072 = 5;
const uint16_t SIGNING_KEY_TYPE_RSA_SHA512_4096 = 6;
const uint16_t SIGNING_KEY_TYPE_EDDSA_SHA512 = 7;
typedef uint16_t SigningKeyType;
typedef uint16_t CryptoKeyType;