Skip to content

Commit

Permalink
Merge pull request #123 from bergzand/pr/cose_hsslms_defines
Browse files Browse the repository at this point in the history
Add hss-lms IANA defines
  • Loading branch information
bergzand authored Feb 24, 2022
2 parents 75f8804 + a15e843 commit 8ad850b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/cose_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ typedef enum {
COSE_KTY_EC2 = 2, /**< Elliptic curve */
COSE_KTY_RSA = 3, /**< RSA */
COSE_KTY_SYMM = 4, /**< Symmetric key types */
COSE_KTY_HSSLMS = 5, /**< HSS-LMS type keys */
} cose_kty_t;

/**
Expand All @@ -152,6 +153,7 @@ typedef enum {
*/
typedef enum {
COSE_ALGO_NONE = 0, /**< Invalid algo */
COSE_ALGO_HSSLMS = -46, /**< HSS-LMS signature algo */
COSE_ALGO_ES512 = -36, /**< ECDSA w/ SHA512 */
COSE_ALGO_ES384 = -35, /**< ECDSA w/ SHA384 */
COSE_ALGO_EDDSA = -8, /**< EdDSA */
Expand Down

0 comments on commit 8ad850b

Please sign in to comment.