mirror of https://github.com/wolfSSL/wolfBoot.git
Cosmetic changes
parent
66154af7d1
commit
b218a33b60
|
@ -88,11 +88,10 @@ extern "C" {
|
||||||
#define AUTH_KEY_ECC521 0x07
|
#define AUTH_KEY_ECC521 0x07
|
||||||
#define AUTH_KEY_RSA3072 0x08
|
#define AUTH_KEY_RSA3072 0x08
|
||||||
#define AUTH_KEY_LMS 0x09
|
#define AUTH_KEY_LMS 0x09
|
||||||
|
/* 0x0A...0x0F reserved */
|
||||||
#define AUTH_KEY_XMSS 0x10
|
#define AUTH_KEY_XMSS 0x10
|
||||||
#define AUTH_KEY_ML_DSA 0x11
|
#define AUTH_KEY_ML_DSA 0x11
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 8 bits: auth type
|
* 8 bits: auth type
|
||||||
* 4 bits: extra features
|
* 4 bits: extra features
|
||||||
|
@ -271,7 +270,6 @@ extern "C" {
|
||||||
|
|
||||||
#endif /* defined WOLFBOOT */
|
#endif /* defined WOLFBOOT */
|
||||||
|
|
||||||
|
|
||||||
#define PART_BOOT 0
|
#define PART_BOOT 0
|
||||||
#define PART_UPDATE 1
|
#define PART_UPDATE 1
|
||||||
#define PART_SWAP 2
|
#define PART_SWAP 2
|
||||||
|
|
Loading…
Reference in New Issue