Use pycrypto's RSA instead the old weird RSA implementation

This commit is contained in:
Lonami Exo
2017-08-23 21:49:27 +02:00
parent 0cae62f091
commit 66876b6722
4 changed files with 81 additions and 92 deletions

View File

@@ -1,4 +1,3 @@
from .aes import AES
from .rsa import RSA, RSAServerKey
from .auth_key import AuthKey
from .factorization import Factorization