Skip to content

Commit

Permalink
FIXUP WIP sst: Impl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Sep 6, 2024
1 parent d46ce2b commit 8027775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sst/gen_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ mod tests {
fn test_prepare_sst_keygen_se_with_lms_tree_id() {
let mut lms_tree_identifier = LmsTreeIdentifier::default();
lms_tree_identifier[0] = 0xaa;
let copy_lms_tree_identifier = lms_tree_identifier.clone();
let copy_lms_tree_identifier = lms_tree_identifier;
let seed = gen_random_seed::<Sha256_128>();
let mut hss_parameters = ArrayVec::new();
hss_parameters.extend_from_slice(&[
Expand Down

0 comments on commit 8027775

Please sign in to comment.