Skip to content

Commit

Permalink
deleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gstarovo committed Mar 7, 2024
1 parent 126e776 commit a5f0211
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tlslite/keyexchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,8 +1034,6 @@ def calc_public_value(self, private):

def calc_shared_key(self, private, peer_share):
"""Calculate the shared key,"""
# private -> Signing Key
# peer_share -> Public Key
if isinstance(private, ecdsa.keys.SigningKey):
private = bytesToNumber(private.to_string())

Expand Down

0 comments on commit a5f0211

Please sign in to comment.