version 1.2.2

This commit is contained in:
HeshamTB 2020-09-06 07:27:47 +03:00
parent b4e61d0a77
commit 261ce0fdb4
Signed by: Hesham
GPG Key ID: 74876157D199B09E

2
rsa.py
View File

@ -15,7 +15,7 @@ import os
import sys
import MillerRabin as mr
VERSION="1.2.1"
VERSION="1.2.2"
keysFolder = "keys/"
byteOrder = "little"
N=0