5 #ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_ATTESTATION_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_LIB_ATTESTATION_H_
16 kAttestationSeedBits = 320,
20 kAttestationSeedBytes = kAttestationSeedBits / 8,
24 kAttestationSeedWords = kAttestationSeedBytes /
sizeof(uint32_t),
31 kAttestationKeyGenVersion0 = 0,