replace cryptography with rsa module

This commit is contained in:
yumoqing 2022-06-28 20:06:59 +08:00
parent e07270463e
commit 5312cef54d
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
# initial version
# __version__ = '5.1.12'
# add country name Chinese English convert functions
__version__ = '5.1.13'
# __version__ = '5.1.13'
# replace cryptography with rsa module, because ONLY using rsa modulde in cryptography and cryptography not easy to compile for ios
__version__ = '5.1.14'

View File

@ -1,5 +1,5 @@
import sys
from appPublic.rsa import RSA
from appPublic.rsawrap import RSA
def gen(filename):
rsa = RSA()

View File

@ -1,5 +1,5 @@
from appPublic.rsa import RSA
from appPublic.rsawrap import RSA
from appPublic.dataencoder import DataEncoder
Nodes = {