mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 13:50:14 +00:00
ddb7a92c15
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. |
||
---|---|---|
.. | ||
aes | ||
pure25519 | ||
__init__.py | ||
AES.py | ||
Ed25519.py | ||
Fernet.py | ||
Hashes.py | ||
HKDF.py | ||
HMAC.py | ||
PKCS7.py | ||
Provider.py | ||
Proxies.py | ||
SHA256.py | ||
SHA512.py | ||
X25519.py |