cryptanalysis_scripts/make_eea_takes.py

11 lines
170 B
Python
Raw Permalink Normal View History

2023-05-31 15:12:13 +00:00
from lib.gcd_tables import *
def check():
make_eea_table(7, 143)
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
check()