Skip to content

Commit

Permalink
Adding additional firmware testing
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Dewey <larry.dewey@amd.com>
  • Loading branch information
larrydewey authored and tylerfanelli committed Feb 5, 2025
1 parent 5ee1e9f commit a791402
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/certs/snp/ecdsa/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const SIG_PIECE_SIZE: usize = std::mem::size_of::<[u8; 72]>();
const R_S_SIZE: usize = SIG_PIECE_SIZE * 2usize;

#[repr(C)]
#[derive(Copy, Clone, Deserialize, Serialize)]
#[derive(Copy, Clone, Deserialize, Serialize, PartialOrd, Ord)]
/// ECDSA signature.
pub struct Signature {
#[serde(with = "BigArray")]
Expand Down
Loading

0 comments on commit a791402

Please sign in to comment.