mirror of https://github.com/nucypher/nucypher.git
Apply RFC from #3128
Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com>pull/3128/head
parent
469ffc3e1e
commit
3efbeafbfc
|
@ -1379,7 +1379,7 @@ class Enrico:
|
|||
ciphertext = ferveo_py.encrypt(plaintext, conditions_bytes, self.policy_pubkey)
|
||||
return ciphertext
|
||||
|
||||
def encryt_for_dkg_and_produce_decryption_request(self,
|
||||
def encrypt_for_dkg_and_produce_decryption_request(self,
|
||||
plaintext: bytes,
|
||||
conditions: LingoList,
|
||||
ritual_id: int,
|
||||
|
|
Loading…
Reference in New Issue