Skip to content

Commit

Permalink
Change field entropy size from 384 bits to 256 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegate010 authored and jhand2 committed Oct 7, 2024
1 parent d52a196 commit d84276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rom/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Following are the main FUSE & Architectural Registers used by the Caliptra ROM f
| :------------------------------ | :------------| :----------------------------------------------------- |
| CPTRA_SECURITY_STATE | 32 | Security State of the device. Contains two fields: <br> **LIFECYCLE_STATE**: Unprovisioned, Manufacturing or Production <br> **DEBUG_ENABLED**: Boolean indicating if debug is enabled or not |
| FUSE_UDS_SEED | 384 | Obfuscated UDS |
| FUSE_FIELD_ENTROPY | 384 | Obfuscated Field Entropy |
| FUSE_FIELD_ENTROPY | 256 | Obfuscated Field Entropy |
| FUSE_KEY_MANIFEST_PK_HASH | 384 | Hash of the four ECC and thirty-two LMS Manufacturer Public Keys |
| FUSE_KEY_MANIFEST_PK_HASH_MASK | 32 | Manufacturer ECC Public Key Revocation Mask |
| FUSE_LMS_REVOCATION | 32 | Manufacturer LMS Public Key Revocation Mask |
Expand Down

0 comments on commit d84276c

Please sign in to comment.