Add key id based m2p rotation support
Some checks failed
build / Windows Build (push) Has been cancelled
Some checks failed
build / Windows Build (push) Has been cancelled
This commit is contained in:
@@ -26,11 +26,12 @@ struct TM2PackHeader
|
||||
char magic[M2PACK_MAGIC_SIZE];
|
||||
uint32_t version;
|
||||
uint32_t flags;
|
||||
uint32_t key_id;
|
||||
uint64_t manifest_offset;
|
||||
uint64_t manifest_size;
|
||||
uint8_t manifest_hash[M2PACK_HASH_SIZE];
|
||||
uint8_t manifest_signature[M2PACK_SIGNATURE_SIZE];
|
||||
uint8_t reserved[64];
|
||||
uint8_t reserved[60];
|
||||
};
|
||||
|
||||
struct TM2PackManifestHeader
|
||||
|
||||
Reference in New Issue
Block a user