mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-10-17 07:40:46 -04:00
Migrated all asymmetric crypto operations to ECIES on Curve25519.
This commit is contained in:
parent
7f5625a526
commit
ce405b9252
10 changed files with 231 additions and 185 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue