Skip to content

Commit fde579e

Browse files
authored
Release 0.4.6
1 parent cf966db commit fde579e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
dh_b_secret = 21261 # Beta
7070

7171
# dh_calculations.key_exchange(dh_p, dh_g, dh_a, dh_b)
72-
# elgamal_calculations.bsgs((dh_p, dh_g, dh_a_secret))
72+
# elgamal_calculations.bsgs((dh_p, dh_g, dh_a_secret), print_matrix, print_linear_factorization)
7373

7474
#############################################
7575
# Shamir three-pass protocol initial values #

0 commit comments

Comments
 (0)