Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lonkey committed Feb 16, 2021
1 parent 84293b6 commit c7c54ce
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 @@ -52,7 +52,7 @@
# rsa_calculations.keypair_generation(rsa_p, rsa_q, rsa_e, print_matrix, print_linear_factorization)
# rsa_calculations.encryption(rsa_public_key, rsa_plaintext)
# rsa_calculations.decryption(rsa_private_key, rsa_ciphertext)
rsa_calculations.brute_force_by_key(rsa_public_key, rsa_p_n)
# rsa_calculations.brute_force_by_key(rsa_public_key, rsa_p_n)

###############################
# Diffie–Hellman initial values
Expand Down

0 comments on commit c7c54ce

Please sign in to comment.