We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66154af commit b218a33Copy full SHA for b218a33
1 file changed
include/wolfboot/wolfboot.h
@@ -88,11 +88,10 @@ extern "C" {
88
#define AUTH_KEY_ECC521 0x07
89
#define AUTH_KEY_RSA3072 0x08
90
#define AUTH_KEY_LMS 0x09
91
+ /* 0x0A...0x0F reserved */
92
#define AUTH_KEY_XMSS 0x10
93
#define AUTH_KEY_ML_DSA 0x11
94
-
95
96
/*
97
* 8 bits: auth type
98
* 4 bits: extra features
@@ -271,7 +270,6 @@ extern "C" {
271
270
272
#endif /* defined WOLFBOOT */
273
274
275
#define PART_BOOT 0
276
#define PART_UPDATE 1
277
#define PART_SWAP 2
0 commit comments