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 Jan 2, 2025
1 parent e43e7be commit 9ed2757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/src/fuse_bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl FuseBank<'_> {
if !ecc_key_id_algo {
// ECC Key Id Algo is in Bits 0-2.
// MLDSA Key Id Algo is in Bits 3-5.
flags >>= 3
flags >>= 3;
}

match flags & 0x7 {
Expand Down

0 comments on commit 9ed2757

Please sign in to comment.