Skip to content

Conversation

@titouantanguy
Copy link
Contributor

Description of changes

Issue ticket number and link

PR Checklist

I attest that all checked items are satisfied. Any deviation is clearly justified above.

  • Title follows conventional commits (e.g. chore: ...).
  • Tests added for every new pub item and test coverage has not decreased.
  • Public APIs and non-obvious logic documented; unfinished work marked as TODO(#issue).
  • unwrap/expect/panic only in tests or for invariant bugs (documented if present).
  • No dependency version changes OR (if changed) only minimal required fixes.
  • No architectural protocol changes OR linked spec PR/issue provided.
  • No breaking deployment config changes OR devops label + infra notified + infra-team reviewer assigned.
  • No breaking gRPC / serialized data changes OR commit marked with ! and affected teams notified.
  • No modifications to existing versionized structs OR backward compatibility tests updated.
  • No critical business logic / crypto changes OR ≥2 reviewers assigned.
  • No new sensitive data fields added OR Zeroize + ZeroizeOnDrop implemented.
  • No new public storage data OR data is verifiable (signature / digest).
  • No unsafe; if unavoidable: minimal, justified, documented, and test/fuzz covered.
  • Strongly typed boundaries: typed inputs validated at the edge; no untyped values or errors cross modules.
  • Self-review completed.

Dependency Update Questionnaire (only if deps changed or added)

Answer in the Cargo.toml next to the dependency (or here if updating):

  1. Ownership changes or suspicious concentration?
  2. Low popularity?
  3. Unusual version jump?
  4. Lacking documentation?
  5. Missing CI?
  6. No security / disclosure policy?
  7. Significant size increase?

More details and explanations for the checklist and dependency updates can be found in CONTRIBUTING.md

@titouantanguy titouantanguy requested a review from a team as a code owner November 21, 2025 15:05
@cla-bot cla-bot bot added the cla-signed The CLA has been signed. label Nov 21, 2025
@titouantanguy titouantanguy changed the title Titouan/feat/159/reshare different sets feat: Reshare between 2 sets of parties (MPC protocol) Nov 24, 2025
@titouantanguy titouantanguy force-pushed the titouan/feat/159/reshare-different-sets branch from 1618d74 to b09c778 Compare November 24, 2025 12:14
@github-actions
Copy link

github-actions bot commented Nov 24, 2025

Consolidated Tests Results 2025-11-24 - 16:01:25

Test Results

passed 601 passed

Details

tests 601 tests
clock not captured
tool junit-to-ctrf
build main arrow-right test-reporter link #1431
pull-request feat: Reshare between 2 sets of parties (MPC protocol) link #289

test-reporter: Run #1431

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
601 601 0 0 0 0 0 not captured

🎉 All tests passed!

Tests

View All Tests
Test Name Status Flaky Duration
test_backward_compatibility_kms 238ms
test_backward_compatibility_kms_grpc 3ms
test_backward_compatibility_threshold_fhe 59ms
test_centralized_crsgen_secure 12m 43s
test_centralized_custodian_backup 7m 28s
test_centralized_insecure 12m 30s
test_centralized_restore_from_backup 7m 27s
backup::custodian::tests::internal_custodian_context_duplicate_role_should_fail 6ms
backup::custodian::tests::internal_custodian_context_role_greater_than_nodes_should_fail 5ms
backup::custodian::tests::internal_custodian_context_zero_role_should_fail 5ms
backup::operator::tests::operator_new_fails_with_bad_n_t 5ms
backup::operator::tests::operator_new_fails_with_duplicate_roles 5ms
backup::operator::tests::operator_new_fails_with_insufficient_messages 5ms
backup::operator::tests::operator_new_fails_with_invalid_header 5ms
backup::operator::tests::operator_new_fails_with_invalid_role 5ms
backup::operator::tests::operator_new_fails_with_invalid_timestamp_future 5ms
backup::operator::tests::operator_new_fails_with_invalid_timestamp_past 5ms
backup::operator::tests::operator_new_fails_with_not_enough 5ms
backup::operator::tests::operator_new_fails_with_zero_n 4ms
backup::operator::tests::operator_new_fails_with_zero_t 4ms
backup::operator::tests::operator_timestamp_validation 5ms
backup::operator::tests::validate_recovery_validation_material 5ms
backup::secretsharing::pkcs7::tests::padding_sunshine 5ms
backup::secretsharing::pkcs7::tests::padding_wrong_data 4ms
backup::secretsharing::tests::sharing_missing_shares 90ms
backup::secretsharing::tests::sharing_no_error 146ms
backup::secretsharing::tests::sharing_randomness_test 14.8s
backup::secretsharing::tests::sharing_too_many_missing_shares 13ms
backup::secretsharing::tests::sharing_wrong_params 6ms
backup::secretsharing::tests::sharing_wrong_shares 13ms
backup::seed_phrase::tests::difference 5ms
backup::seed_phrase::tests::mnemonic_robustness 6ms
backup::seed_phrase::tests::sunshine 5ms
backup::tests::custodian_reencrypt 9ms
backup::tests::full_flow::case_1 41ms
backup::tests::full_flow::case_2 27ms
backup::tests::full_flow::case_3 75ms
backup::tests::full_flow_drop_msg 31ms
backup::tests::full_flow_malicious_custodian_init 9ms
backup::tests::full_flow_malicious_custodian_not_enough 12ms
backup::tests::full_flow_malicious_custodian_second 56ms
backup::tests::full_flow_malicious_operator 27ms
backup::tests::operator_setup 7ms
client::crs_gen::tests::process_distributed_crs_result_invalid_signature_does_not_insert_key 8.4s
client::crs_gen::tests::verify_pp_with_tfhers 11.9s
client::tests::centralized::crs_gen_tests::test_crs_gen_centralized 6m 27s
client::tests::centralized::crs_gen_tests::test_crs_gen_manual 2.2s
client::tests::centralized::crs_gen_tests::test_insecure_crs_gen_centralized 6.3s
client::tests::centralized::custodian_backup_tests::test_auto_update_backups_central 4.8s
client::tests::centralized::custodian_backup_tests::test_backup_after_crs_central 8.7s
client::tests::centralized::custodian_backup_tests::test_decrypt_after_recovery_central 10.4s
client::tests::centralized::custodian_backup_tests::test_decrypt_after_recovery_centralized_negative 6.9s
client::tests::centralized::custodian_context_tests::test_new_custodian_context_central 4.2s
client::tests::centralized::key_gen_tests::default_decompression_key_gen_centralized 1m 25s
client::tests::centralized::key_gen_tests::default_key_gen_centralized 39.2s
client::tests::centralized::key_gen_tests::test_decompression_key_gen_centralized 1m 26s
client::tests::centralized::key_gen_tests::test_key_gen_centralized 2.6s
client::tests::centralized::misc_tests::test_central_close_after_drop 1.5s
client::tests::centralized::misc_tests::test_central_health_endpoint_availability 1.5s
client::tests::centralized::misc_tests::test_largecipher 49.3s
client::tests::centralized::public_decryption_tests::default_decryption_centralized::case_1 5.5s
client::tests::centralized::public_decryption_tests::default_decryption_centralized_precompute_sns::case_1 6.4s
client::tests::centralized::public_decryption_tests::test_decryption_central 2.6s
client::tests::centralized::public_decryption_tests::test_decryption_central_no_decompression 2.6s
client::tests::centralized::public_decryption_tests::test_decryption_central_precompute_sns 2.6s
client::tests::centralized::restore_from_backup_tests::test_insecure_central_autobackup_after_deletion 12.3s
client::tests::centralized::restore_from_backup_tests::test_insecure_central_dkg_backup 6m 34s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized::secure_1_true 6m 26s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized::secure_2_false 4.8s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_no_compression::secure_1_true 4.7s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_no_compression::secure_2_false 4.7s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_precompute_sns::secure_1_true::compression_1_true 5.9s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_precompute_sns::secure_1_true::compression_2_false 5.8s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_precompute_sns::secure_2_false::compression_1_true 5.9s
client::tests::centralized::user_decryption_tests::default_user_decryption_centralized_precompute_sns::secure_2_false::compression_2_false 5.8s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized::secure_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized::secure_2_false 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_1_true::compression_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_1_true::compression_2_false 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_2_false::compression_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_2_false::compression_2_false 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_1_true::compression_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_1_true::compression_2_false 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_2_false::compression_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_2_false::compression_2_false 1.9s
client::tests::common::num_blocks_sunshine 6ms
conf::tests::test_centralized_config 6ms
cryptography::decompression::test::test_1024b 3.5s
cryptography::decompression::test::test_128b 1.6s
cryptography::decompression::test::test_16b 1.5s
cryptography::decompression::test::test_2048b 5.6s
cryptography::decompression::test::test_256b 1.9s
cryptography::decompression::test::test_32b 1.5s
cryptography::decompression::test::test_4b 1.5s
cryptography::decompression::test::test_512b 2.4s
cryptography::decompression::test::test_64b 1.5s
cryptography::decompression::test::test_8b 1.5s
cryptography::decompression::test::test_bad_ciphertext 1.2s
cryptography::decompression::test::test_bad_fhe_type 1.5s
cryptography::decompression::test::test_bool 1.6s
cryptography::decompression::test::test_full_chain_client_copro_kms_uint8::case_1 35ms
cryptography::decompression::test::test_full_chain_client_copro_kms_uint8::case_2 1.7s
cryptography::decompression::test::test_tolerate_non_compressed 506ms
cryptography::encryption::tests::nested_pke_sunshine 6ms
cryptography::encryption::tests::pke_wrong_ct_enc 5ms
cryptography::encryption::tests::pke_wrong_kem_key 5ms
cryptography::hybrid_ml_kem::tests::pke_sunshine 39ms
cryptography::hybrid_ml_kem::tests::pke_wrong_ct_hybrid 34ms
cryptography::hybrid_ml_kem::tests::pke_wrong_kem 34ms
cryptography::hybrid_ml_kem::tests::pke_wrong_key 42ms
cryptography::hybrid_ml_kem::tests::pke_wrong_nonce 34ms
cryptography::hybrid_ml_kem::tests::test_pke_serialize_size 5ms
cryptography::hybrid_ml_kem::tests::validate_consistent_cipher_encoding 5ms
cryptography::signatures::tests::bad_dsep 5ms
cryptography::signatures::tests::bad_signature 5ms
cryptography::signatures::tests::plain_signing 5ms
cryptography::signatures::tests::regression_consistent_enc 4ms
cryptography::signatures::tests::sunshine_verf_key_legacy_serialization 5ms
cryptography::signatures::tests::unnormalized_signature 5ms
cryptography::signatures::tests::validate_zeroize_signing_key 5ms
cryptography::signcryption::tests::bad_signcryption 7ms
cryptography::signcryption::tests::incorrect_server_verf_key 5ms
cryptography::signcryption::tests::signcryption_with_bad_link 5ms
cryptography::signcryption::tests::sunshine 6ms
cryptography::signcryption::tests::sunshine_encoding_decoding 6ms
cryptography::signcryption::tests::test_signcryption_payload_v0_serialization_locked 4ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_custodian_role 6ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_operator_role 6ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_signature 6ms
engine::backup_operator::tests::test_filter_custodian_data_missing_verification_key 6ms
engine::backup_operator::tests::test_filter_custodian_missing_cus_output 5ms
engine::base::tests::sunshine_plaintext_as_u256 4ms
engine::base::tests::test_abi_encoding_fhevm_ebytes 4ms
engine::base::tests::test_compute_external_signature_preproc 6ms
engine::base::tests::test_compute_info_crs 794ms
engine::base::tests::test_compute_info_standard_keygen 111ms
engine::base::tests::test_compute_pt_message_hash 5ms
engine::base::tests::test_deserialize_ciphertext_missing_decompression_key 86ms
engine::base::tests::test_deserialize_ciphertext_wrong_ct_format 76ms
engine::base::tests::test_deserialize_ciphertext_wrong_type 75ms
engine::centralized::central_kms::tests::decrypt_with_bad_client_key 178ms
engine::centralized::central_kms::tests::multiple_default_keys_decrypt 6.2s
engine::centralized::central_kms::tests::multiple_default_keys_user_decrypt 6.2s
engine::centralized::central_kms::tests::multiple_test_keys_access 29ms
engine::centralized::central_kms::tests::multiple_test_keys_decrypt 48ms
engine::centralized::central_kms::tests::multiple_test_keys_user_decrypt 46ms
engine::centralized::central_kms::tests::sanity_check_sns_compression_test_params 52ms
engine::centralized::central_kms::tests::sunshine_default_decrypt 6.2s
engine::centralized::central_kms::tests::sunshine_default_user_decrypt 6.3s
engine::centralized::central_kms::tests::sunshine_test_decrypt 50ms
engine::centralized::central_kms::tests::sunshine_test_user_decrypt 48ms
engine::centralized::central_kms::tests::test_gen_keys 21.2s
engine::centralized::central_kms::tests::user_decrypt_with_bad_client_key 49ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_ephemeral_key 49ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_sig_key 45ms
engine::centralized::service::crs_gen::tests::already_exists 21.0s
engine::centralized::service::crs_gen::tests::invalid_argument 7ms
engine::centralized::service::crs_gen::tests::not_found 6ms
engine::centralized::service::crs_gen::tests::resource_exhausted 6ms
engine::centralized::service::crs_gen::tests::sunshine 676ms
engine::centralized::service::decryption::test_user_decryption::already_exists 21.1s
engine::centralized::service::decryption::test_user_decryption::invalid_argument 94ms
engine::centralized::service::decryption::test_user_decryption::not_found 92ms
engine::centralized::service::decryption::test_user_decryption::resource_exhausted 91ms
engine::centralized::service::decryption::test_user_decryption::sunshine 92ms
engine::centralized::service::decryption::tests_public_decryption::already_exists 88ms
engine::centralized::service::decryption::tests_public_decryption::invalid_argument 89ms
engine::centralized::service::decryption::tests_public_decryption::not_found 91ms
engine::centralized::service::decryption::tests_public_decryption::resource_exhausted 88ms
engine::centralized::service::decryption::tests_public_decryption::sunshine 92ms
engine::centralized::service::initiator::tests::already_exists 6ms
engine::centralized::service::initiator::tests::invalid_argument 6ms
engine::centralized::service::initiator::tests::sunshine 6ms
engine::centralized::service::key_gen::tests::already_exists 85ms
engine::centralized::service::key_gen::tests::invalid_argument 6ms
engine::centralized::service::key_gen::tests::not_found 82ms
engine::centralized::service::key_gen::tests::resource_exhausted 6ms
engine::centralized::service::key_gen::tests::sunshine 81ms
engine::centralized::service::preprocessing::tests::already_exists 6ms
engine::centralized::service::preprocessing::tests::invalid_argument 5ms
engine::centralized::service::preprocessing::tests::not_found 5ms
engine::centralized::service::preprocessing::tests::resource_exhausted 5ms
engine::centralized::service::preprocessing::tests::sunshine 6ms
engine::context::tests::parse_software_version 4ms
engine::context::tests::test_context_info_duplicate_party_ids 5ms
engine::context::tests::test_software_version_display 4ms
engine::context::tests::test_software_version_equality 4ms
engine::context::tests::test_software_version_major_comparison 4ms
engine::context::tests::test_software_version_minor_comparison 4ms
engine::context::tests::test_software_version_no_tag 4ms
engine::context::tests::test_software_version_patch_comparison 4ms
engine::context::tests::test_software_version_unordered_tag 4ms
engine::context_manager::tests::test_gen_recovery_request_payloads 7ms
engine::context_manager::tests::test_kms_context 5ms
engine::context_manager::tests::test_kms_context_load_from_storage 6ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_missing_added_info 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_with_added_info_missing_ids 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_with_added_info_with_ids 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_none_defaults_to_standard 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_default 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_missing_added_info 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_with_added_info_missing_id 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_with_added_info_with_id 4ms
engine::validation_non_wasm::tests::test_max_num_bits_verification 4ms
engine::validation_non_wasm::tests::test_select_most_common_dec 4ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_meta_response 6ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_req 5ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_responses 6ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_responses_against_request 7ms
engine::validation_non_wasm::tests::test_validate_request_id 4ms
engine::validation_non_wasm::tests::test_validate_user_decrypt_req 5ms
engine::validation_non_wasm::tests::test_verify_user_decrypt_eip712 5ms
engine::validation_wasm::tests::test_check_ext_user_decryption_signature 7ms
engine::validation_wasm::tests::test_select_most_common_user_dec 4ms
engine::validation_wasm::tests::test_validate_user_decrypt_meta_data_and_signature 6ms
engine::validation_wasm::tests::test_validate_user_decrypt_responses 20ms
engine::validation_wasm::tests::test_validate_user_decrypt_responses_against_request 7ms
grpc::tests::regression_tests::test_request_id_compile_time_interface_stability 4ms
grpc::tests::regression_tests::test_request_id_core_structure_and_api_consistency 4ms
grpc::tests::regression_tests::test_request_id_validation_and_error_handling 4ms
grpc::tests::unit_tests::test_get_meta_store_info_with_real_stores 4ms
grpc::tests::unit_tests::test_get_meta_store_info_with_unavailable_stores 5ms
grpc::tests::unit_tests::test_list_requests_invalid_store_type 4ms
grpc::tests::unit_tests::test_list_requests_pagination 5ms
grpc::tests::unit_tests::test_list_requests_with_real_stores 5ms
grpc::tests::unit_tests::test_list_requests_with_unavailable_stores 4ms
grpc::tests::unit_tests::test_service_with_mixed_store_availability 5ms
util::file_handling::tests::read_write_element 5ms
util::file_handling::tests::read_write_text 6ms
util::key_setup::test_tools::test_purge 6ms
util::key_setup::tests::test_max_num_bits 4.2s
util::meta_store::tests::auto_remove 6ms
util::meta_store::tests::delete 5ms
util::meta_store::tests::double_insert 5ms
util::meta_store::tests::sunshine 5ms
util::meta_store::tests::test_kickout_of_errors 5ms
util::meta_store::tests::test_subscription 5.0s
util::meta_store::tests::too_many_elements 6ms
util::random_free_port::tests::test_random_free_ports 6ms
util::rate_limiter::tests::test_rate_limiting_1 5ms
util::rate_limiter::tests::test_rate_limiting_more 5ms
util::rate_limiter::tests::test_rate_limiting_refusal 5ms
util::retry::tests::fatal_loop_fails 50ms
util::retry::tests::retry_loop_fails 49ms
util::retry::tests::sunshine_fatal_loop 60ms
util::retry::tests::sunshine_retry_loop 60ms
vault::keychain::secretsharing::tests::test_encrypt_and_decrypt_roundtrip 6ms
vault::keychain::secretsharing::tests::test_new_keychain_without_pub_storage 5ms
vault::keychain::secretsharing::tests::test_operator_public_key_bytes_error 5ms
vault::keychain::secretsharing::tests::test_set_and_get_backup_enc_key 5ms
vault::storage::crypto_material::tests::read_public_key 5ms
vault::storage::crypto_material::tests::write_central_keys 14ms
vault::storage::crypto_material::tests::write_crs 396ms
vault::storage::file::tests::test_overwrite_logic_files 6ms
vault::storage::ram::tests::storage_helper_methods 5ms
vault::storage::ram::tests::test_overwrite_logic_ram 5ms
vault::storage::s3::tests::s3_storage_helper_methods 101ms
vault::storage::s3::tests::test_overwrite_logic_files 25ms
vault::storage::tests::ordered_map 4ms
test_backward_compatibility_kms 261ms
test_backward_compatibility_kms_grpc 3ms
kms_custodian_binary_tests::sunshine_decrypt_custodian 212ms
kms_custodian_binary_tests::sunshine_generate 25ms
kms_custodian_binary_tests::sunshine_verify 22ms
kms_gen_keys_binary_test::central_s3 36ms
kms_gen_keys_binary_test::central_signing_address_format 16ms
kms_gen_keys_binary_test::central_signing_keys_overwrite 30ms
kms_gen_keys_binary_test::gen_key_centralized 6.3s
kms_gen_keys_binary_test::gen_key_tempdir_centralized 583ms
kms_gen_keys_binary_test::help 35ms
kms_init_binary_test::help 15ms
kms_init_binary_test::init 18ms
kms_server_binary_test::help 7ms
kms_server_binary_test::subcommand_dev_centralized 5.7s
kms_server_binary_test::test_cert_paths 39ms
backup::custodian::tests::internal_custodian_context_duplicate_role_should_fail 5ms
backup::custodian::tests::internal_custodian_context_role_greater_than_nodes_should_fail 5ms
backup::custodian::tests::internal_custodian_context_zero_role_should_fail 5ms
backup::custodian::tests::invalid_threshold_should_fail 4ms
backup::operator::tests::operator_new_fails_with_bad_n_t 4ms
backup::operator::tests::operator_new_fails_with_duplicate_roles 4ms
backup::operator::tests::operator_new_fails_with_insufficient_messages 5ms
backup::operator::tests::operator_new_fails_with_invalid_header 5ms
backup::operator::tests::operator_new_fails_with_invalid_role 5ms
backup::operator::tests::operator_new_fails_with_invalid_timestamp_future 4ms
backup::operator::tests::operator_new_fails_with_invalid_timestamp_past 5ms
backup::operator::tests::operator_new_fails_with_not_enough 5ms
backup::operator::tests::operator_new_fails_with_zero_n 4ms
backup::operator::tests::operator_new_fails_with_zero_t 4ms
backup::operator::tests::operator_timestamp_validation 5ms
backup::operator::tests::validate_recovery_validation_material 5ms
backup::secretsharing::pkcs7::tests::padding_sunshine 5ms
backup::secretsharing::pkcs7::tests::padding_wrong_data 4ms
backup::secretsharing::tests::sharing_missing_shares 92ms
backup::secretsharing::tests::sharing_no_error 154ms
backup::secretsharing::tests::sharing_randomness_test 14.7s
backup::secretsharing::tests::sharing_too_many_missing_shares 12ms
backup::secretsharing::tests::sharing_wrong_params 5ms
backup::secretsharing::tests::sharing_wrong_shares 13ms
backup::seed_phrase::tests::difference 5ms
backup::seed_phrase::tests::mnemonic_robustness 5ms
backup::seed_phrase::tests::sunshine 5ms
backup::tests::custodian_reencrypt 9ms
backup::tests::full_flow::case_1 41ms
backup::tests::full_flow::case_2 27ms
backup::tests::full_flow::case_3 75ms
backup::tests::full_flow_drop_msg 30ms
backup::tests::full_flow_malicious_custodian_init 10ms
backup::tests::full_flow_malicious_custodian_not_enough 11ms
backup::tests::full_flow_malicious_custodian_second 56ms
backup::tests::full_flow_malicious_operator 28ms
backup::tests::operator_setup 8ms
client::crs_gen::tests::process_distributed_crs_result_invalid_signature_does_not_insert_key 8.2s
client::crs_gen::tests::verify_pp_with_tfhers 11.8s
client::tests::centralized::crs_gen_tests::test_crs_gen_centralized 8.2s
client::tests::centralized::crs_gen_tests::test_crs_gen_manual 2.0s
client::tests::centralized::crs_gen_tests::test_insecure_crs_gen_centralized 6.1s
client::tests::centralized::custodian_backup_tests::test_auto_update_backups_central 3.8s
client::tests::centralized::custodian_backup_tests::test_backup_after_crs_central 7.9s
client::tests::centralized::custodian_backup_tests::test_decrypt_after_recovery_central 7.7s
client::tests::centralized::custodian_backup_tests::test_decrypt_after_recovery_centralized_negative 5.1s
client::tests::centralized::custodian_context_tests::test_new_custodian_context_central 3.3s
client::tests::centralized::key_gen_tests::test_decompression_key_gen_centralized 1m 24s
client::tests::centralized::key_gen_tests::test_key_gen_centralized 2.0s
client::tests::centralized::misc_tests::test_central_close_after_drop 855ms
client::tests::centralized::misc_tests::test_central_health_endpoint_availability 814ms
client::tests::centralized::public_decryption_tests::test_decryption_central 1.9s
client::tests::centralized::public_decryption_tests::test_decryption_central_no_decompression 1.9s
client::tests::centralized::public_decryption_tests::test_decryption_central_precompute_sns 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized::secure_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized::secure_2_false 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_1_true::compression_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_1_true::compression_2_false 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_2_false::compression_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns::secure_2_false::compression_2_false 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_1_true::compression_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_1_true::compression_2_false 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_2_false::compression_1_true 1.9s
client::tests::centralized::user_decryption_tests::test_user_decryption_centralized_precompute_sns_legacy::secure_2_false::compression_2_false 1.9s
client::tests::common::num_blocks_sunshine 5ms
client::tests::threshold::crs_gen_tests::test_insecure_crs_gen_threshold 33.5s
client::tests::threshold::custodian_backup_tests::test_auto_update_backups_threshold::case_1 5.1s
client::tests::threshold::custodian_backup_tests::test_auto_update_backups_threshold::case_2 5.1s
client::tests::threshold::custodian_backup_tests::test_backup_after_crs_threshold::case_1 37.9s
client::tests::threshold::custodian_backup_tests::test_backup_after_crs_threshold::case_2 37.9s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold::case_1 11.1s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold::case_2 11.1s
client::tests::threshold::custodian_backup_tests::test_decrypt_after_recovery_threshold_negative 4.6s
client::tests::threshold::custodian_context_tests::test_new_custodian_context_threshold::case_1 6.8s
client::tests::threshold::custodian_context_tests::test_new_custodian_context_threshold::case_2 6.8s
client::tests::threshold::key_gen_tests::default_insecure_dkg::case_1 1m 41s
client::tests::threshold::key_gen_tests::test_insecure_dkg::case_1 3.7s
client::tests::threshold::misc_tests::test_threshold_close_after_drop 3.2s
client::tests::threshold::misc_tests::test_threshold_health_endpoint_availability 3.1s
client::tests::threshold::misc_tests::test_threshold_shutdown 4.1s
client::tests::threshold::mpc_context_tests::test_context_switch_4p 7.4s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_1 9.7s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_2 9.4s
client::tests::threshold::public_decryption_tests::test_decryption_threshold::case_3 9.4s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_1 6.4s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_2 6.2s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_no_decompression::case_3 6.2s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_precompute_sns::case_1::compression_1_true 9.4s
client::tests::threshold::public_decryption_tests::test_decryption_threshold_precompute_sns::case_1::compression_2_false 9.4s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_1 3.1s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_2 3.7s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_3 6.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_4 6.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_5 9.4s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_6 7.3s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold::case_7 6.4s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_all_malicious_failure 4.6s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious::case_1 6.1s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious::case_2 6.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_malicious_failure 6.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns::case_1 6.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns::case_2 6.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns_legacy::case_1 6.2s
client::tests::threshold::user_decryption_tests::test_user_decryption_threshold_precompute_sns_legacy::case_2 6.2s
conf::tests::test_centralized_config 6ms
conf::tests::test_threshold_config 5ms
conf::tests::test_threshold_config_negative 5ms
conf::threshold::test_pem_serialization 5ms
cryptography::decompression::test::test_1024b 3.6s
cryptography::decompression::test::test_128b 1.6s
cryptography::decompression::test::test_16b 1.5s
cryptography::decompression::test::test_2048b 5.8s
cryptography::decompression::test::test_256b 1.9s
cryptography::decompression::test::test_32b 1.6s
cryptography::decompression::test::test_4b 1.5s
cryptography::decompression::test::test_512b 2.5s
cryptography::decompression::test::test_64b 1.6s
cryptography::decompression::test::test_8b 1.5s
cryptography::decompression::test::test_bad_ciphertext 1.2s
cryptography::decompression::test::test_bad_fhe_type 1.5s
cryptography::decompression::test::test_bool 1.6s
cryptography::decompression::test::test_full_chain_client_copro_kms_uint8::case_1 35ms
cryptography::decompression::test::test_full_chain_client_copro_kms_uint8::case_2 1.7s
cryptography::decompression::test::test_tolerate_non_compressed 513ms
cryptography::encryption::tests::nested_pke_sunshine 6ms
cryptography::encryption::tests::pke_wrong_ct_enc 5ms
cryptography::encryption::tests::pke_wrong_kem_key 5ms
cryptography::hybrid_ml_kem::tests::pke_sunshine 39ms
cryptography::hybrid_ml_kem::tests::pke_wrong_ct_hybrid 34ms
cryptography::hybrid_ml_kem::tests::pke_wrong_kem 34ms
cryptography::hybrid_ml_kem::tests::pke_wrong_key 43ms
cryptography::hybrid_ml_kem::tests::pke_wrong_nonce 35ms
cryptography::hybrid_ml_kem::tests::test_pke_serialize_size 6ms
cryptography::hybrid_ml_kem::tests::validate_consistent_cipher_encoding 5ms
cryptography::signatures::tests::bad_dsep 5ms
cryptography::signatures::tests::bad_signature 5ms
cryptography::signatures::tests::plain_signing 5ms
cryptography::signatures::tests::regression_consistent_enc 4ms
cryptography::signatures::tests::sunshine_verf_key_legacy_serialization 5ms
cryptography::signatures::tests::unnormalized_signature 5ms
cryptography::signatures::tests::validate_zeroize_signing_key 5ms
cryptography::signcryption::tests::bad_signcryption 7ms
cryptography::signcryption::tests::incorrect_server_verf_key 4ms
cryptography::signcryption::tests::signcryption_with_bad_link 6ms
cryptography::signcryption::tests::sunshine 6ms
cryptography::signcryption::tests::sunshine_encoding_decoding 6ms
cryptography::signcryption::tests::test_signcryption_payload_v0_serialization_locked 4ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_custodian_role 6ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_operator_role 6ms
engine::backup_operator::tests::test_filter_custodian_data_invalid_signature 6ms
engine::backup_operator::tests::test_filter_custodian_data_missing_verification_key 5ms
engine::backup_operator::tests::test_filter_custodian_missing_cus_output 5ms
engine::base::tests::sunshine_plaintext_as_u256 4ms
engine::base::tests::test_abi_encoding_fhevm_ebytes 4ms
engine::base::tests::test_compute_external_signature_preproc 6ms
engine::base::tests::test_compute_info_crs 833ms
engine::base::tests::test_compute_info_standard_keygen 114ms
engine::base::tests::test_compute_pt_message_hash 6ms
engine::base::tests::test_deserialize_ciphertext_missing_decompression_key 88ms
engine::base::tests::test_deserialize_ciphertext_wrong_ct_format 81ms
engine::base::tests::test_deserialize_ciphertext_wrong_type 80ms
engine::centralized::central_kms::tests::decrypt_with_bad_client_key 188ms
engine::centralized::central_kms::tests::multiple_test_keys_access 29ms
engine::centralized::central_kms::tests::multiple_test_keys_decrypt 54ms
engine::centralized::central_kms::tests::multiple_test_keys_user_decrypt 53ms
engine::centralized::central_kms::tests::sanity_check_sns_compression_test_params 54ms
engine::centralized::central_kms::tests::sunshine_test_decrypt 52ms
engine::centralized::central_kms::tests::sunshine_test_user_decrypt 51ms
engine::centralized::central_kms::tests::test_gen_keys 21.4s
engine::centralized::central_kms::tests::user_decrypt_with_bad_client_key 52ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_ephemeral_key 51ms
engine::centralized::central_kms::tests::user_decrypt_with_bad_sig_key 49ms
engine::centralized::service::crs_gen::tests::already_exists 21.0s
engine::centralized::service::crs_gen::tests::invalid_argument 7ms
engine::centralized::service::crs_gen::tests::not_found 7ms
engine::centralized::service::crs_gen::tests::resource_exhausted 6ms
engine::centralized::service::crs_gen::tests::sunshine 710ms
engine::centralized::service::decryption::test_user_decryption::already_exists 21.1s
engine::centralized::service::decryption::test_user_decryption::invalid_argument 99ms
engine::centralized::service::decryption::test_user_decryption::not_found 96ms
engine::centralized::service::decryption::test_user_decryption::resource_exhausted 96ms
engine::centralized::service::decryption::test_user_decryption::sunshine 96ms
engine::centralized::service::decryption::tests_public_decryption::already_exists 94ms
engine::centralized::service::decryption::tests_public_decryption::invalid_argument 93ms
engine::centralized::service::decryption::tests_public_decryption::not_found 94ms
engine::centralized::service::decryption::tests_public_decryption::resource_exhausted 96ms
engine::centralized::service::decryption::tests_public_decryption::sunshine 98ms
engine::centralized::service::initiator::tests::already_exists 6ms
engine::centralized::service::initiator::tests::invalid_argument 6ms
engine::centralized::service::initiator::tests::sunshine 6ms
engine::centralized::service::key_gen::tests::already_exists 88ms
engine::centralized::service::key_gen::tests::invalid_argument 7ms
engine::centralized::service::key_gen::tests::not_found 86ms
engine::centralized::service::key_gen::tests::resource_exhausted 7ms
engine::centralized::service::key_gen::tests::sunshine 89ms
engine::centralized::service::preprocessing::tests::already_exists 7ms
engine::centralized::service::preprocessing::tests::invalid_argument 6ms
engine::centralized::service::preprocessing::tests::not_found 6ms
engine::centralized::service::preprocessing::tests::resource_exhausted 6ms
engine::centralized::service::preprocessing::tests::sunshine 6ms
engine::context::tests::parse_software_version 4ms
engine::context::tests::test_context_info_duplicate_party_ids 6ms
engine::context::tests::test_software_version_display 5ms
engine::context::tests::test_software_version_equality 5ms
engine::context::tests::test_software_version_major_comparison 5ms
engine::context::tests::test_software_version_minor_comparison 4ms
engine::context::tests::test_software_version_no_tag 4ms
engine::context::tests::test_software_version_patch_comparison 5ms
engine::context::tests::test_software_version_unordered_tag 5ms
engine::context_manager::tests::test_gen_recovery_request_payloads 8ms
engine::context_manager::tests::test_kms_context 6ms
engine::context_manager::tests::test_kms_context_load_from_storage 6ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_missing_added_info 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_with_added_info_missing_ids 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_decompression_only_with_added_info_with_ids 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_none_defaults_to_standard 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_default 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_missing_added_info 4ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_with_added_info_missing_id 5ms
engine::keyset_configuration::tests::test_internal_keyset_config_standard_use_existing_with_added_info_with_id 4ms
engine::threshold::service::crs_generator::tests::already_exists 23.0s
engine::threshold::service::crs_generator::tests::internal_failure 7ms
engine::threshold::service::crs_generator::tests::invalid_argument 6ms
engine::threshold::service::crs_generator::tests::not_found 5ms
engine::threshold::service::crs_generator::tests::resource_exhausted 5ms
engine::threshold::service::crs_generator::tests::sunshine 43ms
engine::threshold::service::crs_generator::tests::unavailable 1m 23s
engine::threshold::service::initiator::tests::already_exists 23.0s
engine::threshold::service::initiator::tests::internal 23.0s
engine::threshold::service::initiator::tests::invalid_argument 6ms
engine::threshold::service::initiator::tests::legacy_prss 6ms
engine::threshold::service::initiator::tests::load_all_prss 5ms
engine::threshold::service::initiator::tests::not_found 5ms
engine::threshold::service::initiator::tests::prss_from_storage_test 18.9s
engine::threshold::service::initiator::tests::sunshine 23.0s
engine::threshold::service::key_generator::tests::aborted 5ms
engine::threshold::service::key_generator::tests::already_exists 35.0s
engine::threshold::service::key_generator::tests::internal 7ms
engine::threshold::service::key_generator::tests::invalid_argument 32.0s
engine::threshold::service::key_generator::tests::not_found 32.0s
engine::threshold::service::key_generator::tests::resource_exhausted 32.0s
engine::threshold::service::key_generator::tests::sunshine 87ms
engine::threshold::service::preprocessor::tests::aborted 23.0s
engine::threshold::service::preprocessor::tests::already_exists 26.0s
engine::threshold::service::preprocessor::tests::internal 7ms
engine::threshold::service::preprocessor::tests::invalid_argument 6ms
engine::threshold::service::preprocessor::tests::not_found 5ms
engine::threshold::service::preprocessor::tests::resource_exhausted 5ms
engine::threshold::service::preprocessor::tests::sunshine 714ms
engine::threshold::service::public_decryptor::tests::already_exists 93ms
engine::threshold::service::public_decryptor::tests::invalid_argument 93ms
engine::threshold::service::public_decryptor::tests::not_found 94ms
engine::threshold::service::public_decryptor::tests::sunshine 95ms
engine::threshold::service::public_decryptor::tests::test_resource_exhausted 91ms
engine::threshold::service::user_decryptor::tests::already_exists 94ms
engine::threshold::service::user_decryptor::tests::invalid_argument 94ms
engine::threshold::service::user_decryptor::tests::not_found 92ms
engine::threshold::service::user_decryptor::tests::resource_exhausted 92ms
engine::threshold::service::user_decryptor::tests::sunshine 94ms
engine::validation_non_wasm::tests::test_max_num_bits_verification 5ms
engine::validation_non_wasm::tests::test_select_most_common_dec 5ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_meta_response 7ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_req 5ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_responses 6ms
engine::validation_non_wasm::tests::test_validate_public_decrypt_responses_against_request 7ms
engine::validation_non_wasm::tests::test_validate_request_id 5ms
engine::validation_non_wasm::tests::test_validate_user_decrypt_req 5ms
engine::validation_non_wasm::tests::test_verify_user_decrypt_eip712 5ms
engine::validation_wasm::tests::test_check_ext_user_decryption_signature 7ms
engine::validation_wasm::tests::test_select_most_common_user_dec 4ms
engine::validation_wasm::tests::test_validate_user_decrypt_meta_data_and_signature 6ms
engine::validation_wasm::tests::test_validate_user_decrypt_responses 19ms
engine::validation_wasm::tests::test_validate_user_decrypt_responses_against_request 7ms
grpc::tests::regression_tests::test_request_id_compile_time_interface_stability 4ms
grpc::tests::regression_tests::test_request_id_core_structure_and_api_consistency 4ms
grpc::tests::regression_tests::test_request_id_validation_and_error_handling 5ms
grpc::tests::unit_tests::test_get_meta_store_info_with_real_stores 4ms
grpc::tests::unit_tests::test_get_meta_store_info_with_unavailable_stores 4ms
grpc::tests::unit_tests::test_list_requests_invalid_store_type 4ms
grpc::tests::unit_tests::test_list_requests_pagination 4ms
grpc::tests::unit_tests::test_list_requests_with_real_stores 4ms
grpc::tests::unit_tests::test_list_requests_with_unavailable_stores 4ms
grpc::tests::unit_tests::test_service_with_mixed_store_availability 4ms
util::file_handling::tests::read_write_element 6ms
util::file_handling::tests::read_write_text 5ms
util::key_setup::test_tools::test_purge 7ms
util::key_setup::tests::test_max_num_bits 4.4s
util::meta_store::tests::auto_remove 5ms
util::meta_store::tests::delete 5ms
util::meta_store::tests::double_insert 5ms
util::meta_store::tests::sunshine 5ms
util::meta_store::tests::test_kickout_of_errors 5ms
util::meta_store::tests::test_subscription 5.0s
util::meta_store::tests::too_many_elements 6ms
util::random_free_port::tests::test_random_free_ports 5ms
util::rate_limiter::tests::test_rate_limiting_1 5ms
util::rate_limiter::tests::test_rate_limiting_more 5ms
util::rate_limiter::tests::test_rate_limiting_refusal 4ms
util::retry::tests::fatal_loop_fails 49ms
util::retry::tests::retry_loop_fails 49ms
util::retry::tests::sunshine_fatal_loop 61ms
util::retry::tests::sunshine_retry_loop 61ms
vault::keychain::secretsharing::tests::test_encrypt_and_decrypt_roundtrip 6ms
vault::keychain::secretsharing::tests::test_new_keychain_without_pub_storage 5ms
vault::keychain::secretsharing::tests::test_operator_public_key_bytes_error 5ms
vault::keychain::secretsharing::tests::test_set_and_get_backup_enc_key 5ms
vault::storage::crypto_material::tests::read_public_key 5ms
vault::storage::crypto_material::tests::write_central_keys 14ms
vault::storage::crypto_material::tests::write_crs 418ms
vault::storage::crypto_material::tests::write_threshold_empty_update 73ms
vault::storage::crypto_material::tests::write_threshold_keys_failed_storage 63ms
vault::storage::crypto_material::tests::write_threshold_keys_meta_update 63ms
vault::storage::file::tests::storage_helper_methods::threshold_1_true 9ms
vault::storage::file::tests::storage_helper_methods::threshold_2_false 8ms
vault::storage::file::tests::test_overwrite_logic_files 6ms
vault::storage::ram::tests::storage_helper_methods 5ms
vault::storage::ram::tests::test_overwrite_logic_ram 5ms
vault::storage::tests::ordered_map 5ms
test_backward_compatibility_kms 238ms
test_backward_compatibility_kms_grpc 3ms
test_backward_compatibility_threshold_fhe 49ms
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold::case_1::secure_1_true 6m 48s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold::case_2::secure_1_true 11.6s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold_precompute_sns::case_1::secure_1_true 12.2s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold_with_crash::case_1::secure_1_true 12.6s
client::tests::threshold::user_decryption_tests::default_user_decryption_threshold_with_crash::case_1::secure_2_false 12.5s

🍂 No flaky tests in this run.

Github Test Reporter by CTRF 💚

🔄 This comment has been updated

Copy link
Contributor

@kc1212 kc1212 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just left some comments on testing, otherwise LGTM!

@titouantanguy titouantanguy merged commit 1543622 into main Nov 25, 2025
45 checks passed
@titouantanguy titouantanguy deleted the titouan/feat/159/reshare-different-sets branch November 25, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The CLA has been signed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants