mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-13 01:12:48 -04:00
Updated descriptions
This commit is contained in:
parent
cc1faa55be
commit
08a6820aa0
3 changed files with 6 additions and 6 deletions
|
@ -43,10 +43,10 @@ class Packet:
|
|||
|
||||
For ``RNS.Destination.GROUP`` destinations, Reticulum will use the
|
||||
pre-shared key configured for the destination. All packets to group
|
||||
destinations are encrypted with the same AES-128 key.
|
||||
destinations are encrypted with the same AES-256 key.
|
||||
|
||||
For ``RNS.Destination.SINGLE`` destinations, Reticulum will use a newly
|
||||
derived ephemeral AES-128 key for every packet.
|
||||
derived ephemeral AES-256 key for every packet.
|
||||
|
||||
For :ref:`RNS.Link<api-link>` destinations, Reticulum will use per-link
|
||||
ephemeral keys, and offers **Forward Secrecy**.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue