Skip to content

Commit

Permalink
fix(bindings): fix python stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Sep 27, 2023
1 parent a979fd6 commit 8ccbab7
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 8ccbab7

Please sign in to comment.