rikurauhala / rsa

Implementation of the RSA algorithm | Python | Command-line interface | Miller-Rabin | Extended Euclidean algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow key length to be chosen by the user

rikurauhala opened this issue · comments

Key length could be chosen by the user from a couple of preset values such as 1024, 2048 or 4096.

For simplicity, a fixed key size is going to be used.