mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-26 01:28:10 -07:00
Migrated all asymmetric crypto operations to ECIES on Curve25519.
This commit is contained in:
@@ -39,7 +39,7 @@ def program_setup(configpath, channel=None):
|
||||
|
||||
# We specify a callback that will get called every time
|
||||
# the destination receives data.
|
||||
broadcast_destination.packet_callback(packet_callback)
|
||||
broadcast_destination.set_packet_callback(packet_callback)
|
||||
|
||||
# Everything's ready!
|
||||
# Let's hand over control to the main loop
|
||||
|
||||
Reference in New Issue
Block a user