Skip to content

Commit

Permalink
Release 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lonkey committed Jul 25, 2021
1 parent cf966db commit fde579e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
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))
# elgamal_calculations.bsgs((dh_p, dh_g, dh_a_secret), print_matrix, print_linear_factorization)

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

0 comments on commit fde579e

Please sign in to comment.