List of algorithms analysed during the 'Cryptography' course from the M.Sc. in ICT Engineering, Università degli Studi di Padova, a.y. 2020/2021.
Goal: state whether a given natural number is prime or composite.
Content:
Goal: find (at least) one divisor of a given natural number.
Content:
It is used Python 3.x and the following modules:
Crypto.Utils.number
=>pip install pycryptodome
mpmath
=>pip install mpmath
gmpy2
=>pip install gmpy2