Open Ectario opened 12 months ago
Just as a suggestion, it might be good to have the pycryptodome python module in sage (in the sage docker) to avoid the sage -pip install pycryptodome command by hand in docker.
sage -pip install pycryptodome
pwntools and tqdm are also not present in sage (sage -pip install pwntools tqdm is also needed)
pwntools
tqdm
sage -pip install pwntools tqdm
Just as a suggestion, it might be good to have the pycryptodome python module in sage (in the sage docker) to avoid the
sage -pip install pycryptodome
command by hand in docker.