Skip to content

Commit

Permalink
Addressing PR feedback: Iteration 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhatrevi committed Nov 6, 2024
1 parent ee41565 commit 3f419cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ Command Code: `0x4154_4D4E` ("ATMN")
| metadata\_owner\_ecc384\_sig | u32[24] | Metadata Owner ECC384 signature |
| metadata\_owner\_LMS\_sig | u32[1344] | Metadata Owner LMOTS-SHA192-W4 signature |
| metadata\_entry\_entry\_count | u32 | number of metadata entries |
| metadata\_entries | MetaData[128] | The max number of metadata is 16 but less can be used |
| metadata\_entries | MetaData[128] | The max number of metadata entries is 128 but less can be used |


*Table: `AUTH_MANIFEST_FLAGS` input flags*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn test_set_auth_manifest_cmd() {
}

#[test]
fn test_set_auth_manifest_cum_invalid_len() {
fn test_set_auth_manifest_cmd_invalid_len() {
let mut model = run_rt_test_lms(None, None, None, true);

model.step_until(|m| {
Expand Down

0 comments on commit 3f419cf

Please sign in to comment.