Mark Qvist
98afe98870
Cleanup
Build Reticulum / test (push) Has been cancelled
Build Reticulum / package (push) Has been cancelled
Build Reticulum / release (push) Has been cancelled
2025-03-13 20:11:44 +01:00
Mark Qvist
45494f21aa
Allow IFAC bitmask generation for large packet sizes
2025-01-11 17:26:51 +01:00
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
Mark Qvist
d5e0a461cf
Fixed invalid check for None
2022-11-25 00:42:22 +01:00
Mark Qvist
d1a461a2b3
Added multi-backend abstraction for AES-128 CBC primitive
2022-06-08 12:21:50 +02:00
Mark Qvist
301661c29e
Set SHA-256 as default hash for HMAC
2022-06-07 17:33:08 +02:00
Mark Qvist
5bb510b589
Added internal python-only HKDF
2022-06-07 15:26:45 +02:00