Skip to content

Commit

Permalink
python: Rename my_share to self_share for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Oct 1, 2024
1 parent 27386c1 commit 813ce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/chilldkg_ref/encpedpop.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class ParticipantState(NamedTuple):
pubnonce: bytes
enckeys: List[bytes]
idx: int
my_share: Scalar
self_share: Scalar


def serialize_enc_context(t: int, enckeys: List[bytes]) -> bytes:
Expand Down

0 comments on commit 813ce8a

Please sign in to comment.