Reticulum/RNS
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
..
Cryptography hkdf: Remove duplicate check if the salt is None 2023-03-01 16:22:51 +02:00
Interfaces Improved RNode reconnection when serial device disappears 2023-02-18 13:31:22 +01:00
Utilities Added JSON output to rnstatus 2023-02-17 21:29:35 +01:00
vendor Fixed Android interfaces import 2022-10-22 01:38:38 +02:00
__init__.py Improved time pretty-print function 2022-11-23 17:15:46 +01:00
_version.py Updated version 2023-02-15 12:28:06 +01:00
Destination.py Added Link ID to response_generator callback signature 2023-02-09 11:52:54 +01:00
Identity.py Added signal quality stats to announce log output 2022-12-22 11:26:59 +01:00
Link.py Added Link establishment rate calculation 2023-02-17 09:54:18 +01:00
Packet.py packet: Fix header_type matching according to IFAC 2023-01-27 15:29:06 +02:00
Resource.py Improved resource advertisement retry handling 2022-12-19 01:10:34 +01:00
Reticulum.py Added better I2P state visibility to rnstatus util 2022-11-03 17:49:25 +01:00
Transport.py Cleanup 2023-02-03 10:13:36 +01:00