Renamed file

This commit is contained in:
Mark Qvist 2022-06-08 15:54:48 +02:00
parent 9a4325ce8e
commit e2aeb56c12
3 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ from .vendor import umsgpack as umsgpack
from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PrivateKey, Ed25519PublicKey
from RNS.Cryptography.Curve25519 import X25519PrivateKey, X25519PublicKey
from RNS.Cryptography.X25519 import X25519PrivateKey, X25519PublicKey
from RNS.Cryptography import Fernet

View File

@ -24,7 +24,7 @@ from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PrivateKey, Ed25519PublicKey
from RNS.Cryptography.Curve25519 import X25519PrivateKey, X25519PublicKey
from RNS.Cryptography.X25519 import X25519PrivateKey, X25519PublicKey
from RNS.Cryptography import Fernet
from time import sleep