Skip to content

Commit

Permalink
Merge pull request nucypher#165 from nucypher/fix-py-stub
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Sep 27, 2023
2 parents a979fd6 + 8ccbab7 commit 13d9d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferveo-python/ferveo/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def encrypt(message: bytes, aad: bytes, dkg_public_key: DkgPublicKey) -> Ciphert

def combine_decryption_shares_simple(
decryption_shares: Sequence[DecryptionShareSimple],
) -> bytes:
) -> SharedSecret:
...


Expand Down

0 comments on commit 13d9d26

Please sign in to comment.