Skip to content

Commit

Permalink
Clipperino
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Feb 13, 2025
1 parent 7f59236 commit 4cc9cbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fn encrypted_key_share_creation_is_stable() {
let node_sk = poly.evaluate_at(&Scalar::from_node_index(node_idx as u32));
let eks =
EncryptedKeyShare::create(&mut rng, &master_pk, &node_sk, &tpk, &derivation_path, &did);
assert_eq!(*expected_eks, hex::encode(&eks.serialize()));
assert_eq!(*expected_eks, hex::encode(eks.serialize()));
}
}

Expand Down

0 comments on commit 4cc9cbb

Please sign in to comment.