replace cryptography with rsa module
This commit is contained in:
parent
e07270463e
commit
5312cef54d
@ -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'
|
||||
|
@ -1,5 +1,5 @@
|
||||
import sys
|
||||
from appPublic.rsa import RSA
|
||||
from appPublic.rsawrap import RSA
|
||||
|
||||
def gen(filename):
|
||||
rsa = RSA()
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
from appPublic.rsa import RSA
|
||||
from appPublic.rsawrap import RSA
|
||||
from appPublic.dataencoder import DataEncoder
|
||||
|
||||
Nodes = {
|
||||
|
Loading…
Reference in New Issue
Block a user