Reticulum/RNS/Cryptography
Dionysis Grigoropoulos ddb7a92c15 hkdf: Remove duplicate check if the salt is None
The second if isn't needed since we initialize the salt with zeroes
earlier. If instead we meant to pass an empty bytes class to the HMAC
implementation, the end result would be the same, since it's gonna get
padded with zeroes in the HMAC code.
2023-03-01 16:22:51 +02:00
..
aes Added internal python-only AES-128-CBC implementation 2022-06-09 21:13:34 +02:00
pure25519
AES.py Added Android compatibility to AES proxy class 2022-07-08 00:22:30 +02:00
Ed25519.py
Fernet.py Added description about Fernet modifications 2022-06-30 19:32:08 +02:00
HKDF.py hkdf: Remove duplicate check if the salt is None 2023-03-01 16:22:51 +02:00
HMAC.py
Hashes.py
PKCS7.py
Provider.py
Proxies.py
SHA256.py Added license headers 2022-06-30 19:10:51 +02:00
SHA512.py Added license headers 2022-06-30 19:10:51 +02:00
X25519.py
__init__.py