Not doing params anymore.

pull/3143/head
jMyles 2023-06-27 21:00:00 +02:00
parent 32adb5cb72
commit d279527af1
1 changed files with 0 additions and 2 deletions

View File

@ -30,10 +30,8 @@ decrypted_cleartext_from_tdr_list = bob.decrypt_using_existing_decryption_reques
participant_public_keys=bob._dkg_insight.fake_ritual.participant_public_keys,
cohort=cohort,
threshold=1,
params=bob._dkg_insight.dkg.public_params,
)
decrypted_cleartext_from_ciphertext = bytes(decrypted_cleartext_from_ciphertext_list)
decrypted_cleartext_from_ciphertext_list = bytes(decrypted_cleartext_from_tdr_list)