Apply RFC from #3128

Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com>
pull/3128/head
Derek Pierre 2023-05-23 10:08:33 -04:00 committed by GitHub
parent 469ffc3e1e
commit 3efbeafbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,