Cosmetic changes

pull/510/head
Daniele Lacamera 2024-10-29 13:31:53 +01:00
parent 66154af7d1
commit b218a33b60
1 changed files with 1 additions and 3 deletions

View File

@ -88,11 +88,10 @@ extern "C" {
#define AUTH_KEY_ECC521 0x07
#define AUTH_KEY_RSA3072 0x08
#define AUTH_KEY_LMS 0x09
/* 0x0A...0x0F reserved */
#define AUTH_KEY_XMSS 0x10
#define AUTH_KEY_ML_DSA 0x11
/*
* 8 bits: auth type
* 4 bits: extra features
@ -271,7 +270,6 @@ extern "C" {
#endif /* defined WOLFBOOT */
#define PART_BOOT 0
#define PART_UPDATE 1
#define PART_SWAP 2