remove debugging assert_eq from tests/vectors.rs

This commit is contained in:
zebra-lucky 2024-03-07 01:24:53 +02:00
parent 1268f5cc60
commit 1c085ba38a
1 changed files with 0 additions and 4 deletions

View File

@ -311,10 +311,6 @@ pub fn check_sign_with_test_vectors<C: Ciphersuite>(json_vectors: &Value) {
// Check that the generated signature matches the test vector signature
let group_signature = group_signature_result.unwrap();
assert_eq!(
hex::encode(group_signature.serialize()),
hex::encode(signature_bytes.clone()),
);
assert_eq!(group_signature.serialize().as_ref(), signature_bytes);
// Aggregate the FROST signature from our signature shares