Automatic switch to internal backend on missing PyCA module

This commit is contained in:
Mark Qvist
2022-06-08 21:25:46 +02:00
parent 60e3c7348a
commit 7916b8e7f4
2 changed files with 36 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ from .Hashes import sha512
from .HKDF import hkdf
from .PKCS7 import PKCS7
from .Fernet import Fernet
from .Provider import backend
import RNS.Cryptography.Provider as cp