Typo: available depends the

available depends the
pull/877/head
Claudia Ruiz 3 years ago committed by GitHub
parent 80611e96f4
commit 1eb16e6072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -562,7 +562,7 @@ The onion routing protocol used in Lightning has the following properties:
. Onions have an HMAC (Hashed Message Authentication code) at each layer so that manipulations of onions are prevented and practically impossible.
. Onions can have up to around 26 hops or onion layers if you prefer. This allows for sufficiently long paths. The precise path length avaiblael dpeneds on the amount of bytes allocated to teh routing payload at each hop.
. Onions can have up to around 26 hops or onion layers if you prefer. This allows for sufficiently long paths. The precise path length available depends on the amount of bytes allocated to the routing payload at each hop.
. The encryption of the onion for every hop uses different ephemeral encryption keys. Should a key (in particular the private key of a node) leak at some point in time an attacker cannot decrypt them. In simpler terms, keys are never reused in order to achieve more security.

Loading…
Cancel
Save