mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-08 22:42:52 -04:00
Added python-only fallback for SHA-256 and SHA-512
This commit is contained in:
parent
86061f9f47
commit
c46b98f163
4 changed files with 240 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue