Software APIs
Data Fields
sigverify_rom_spx_key Union Reference

Union type to inspect the common initial sequence of SPX public keys stored in ROM. More...

#include <sw/device/silicon_creator/rom/sigverify_key_types.h>

Data Fields

sigverify_rom_key_header_t key_header
 Common initial sequence.
 
sigverify_rom_spx_key_entry_t entry
 Actual SPX public key entry.
 

Detailed Description

Union type to inspect the common initial sequence of SPX public keys stored in ROM.

Definition at line 251 of file sigverify_key_types.h.

Field Documentation

◆ entry

sigverify_rom_spx_key_entry_t sigverify_rom_spx_key::entry

Actual SPX public key entry.

Definition at line 259 of file sigverify_key_types.h.

◆ key_header

sigverify_rom_key_header_t sigverify_rom_spx_key::key_header

Common initial sequence.

Definition at line 255 of file sigverify_key_types.h.