Added python-only fallback for SHA-256 and SHA-512

This commit is contained in:
Mark Qvist 2022-06-08 21:03:58 +02:00
parent 86061f9f47
commit c46b98f163
4 changed files with 240 additions and 3 deletions

View file

@ -2,6 +2,7 @@ import os
import glob
from .Hashes import sha256
from .Hashes import sha512
from .HKDF import hkdf
from .PKCS7 import PKCS7
from .Fernet import Fernet