Skip to content

Commit

Permalink
Release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lonkey committed Jul 25, 2021
1 parent 2d670cd commit cf966db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@
dh_g = 5
dh_a = 6 # Optional argument
dh_b = 15 # Optional argument
dh_a_secret = 20084 # Alpha
dh_b_secret = 21261 # Beta

# dh_calculations.key_exchange(dh_p, dh_g, dh_a, dh_b)
# elgamal_calculations.bsgs((dh_p, dh_g, dh_a_secret))

#############################################
# Shamir three-pass protocol initial values #
Expand Down

0 comments on commit cf966db

Please sign in to comment.