mirror of https://github.com/nucypher/nucypher.git
Not doing params anymore.
parent
32adb5cb72
commit
d279527af1
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue