mirror of
https://github.com/lnbook/lnbook
synced 2024-11-18 21:28:03 +00:00
wording
This commit is contained in:
parent
34d2907f3f
commit
dca5f71310
@ -303,8 +303,8 @@ Besides some other meta data the most important but not quite obvious data in th
|
||||
The payee will choose a truly random number `r` and produces the `sha256` of that number which we call the Payment Hash `H(r)`.
|
||||
Note that an adversary should have no means of guessing or predicting `r`.
|
||||
Using a customer id or the hash of entries of the shopping cart together with a timestamp is not truly random and yields a security risk.
|
||||
The payment process of the lightning network is only secure if `r` is chosen completely randomly and is not predictable and as long as the Hash function cannot be inverted.
|
||||
We note that this is not an additional security assumption to Bitcoin as the security of the Hash function is currently what Bitcoin mining is building upon.
|
||||
The payment process of the Lightning Network is only secure if `r` is chosen completely randomly and is not predictable and as long as the Hash function cannot be inverted.
|
||||
We note that this is not an additional security assumption for Bitcoin as the security of the Hash function is currently what Bitcoin mining is built upon.
|
||||
|
||||
==== Additional Meta Data
|
||||
Invoices can encode some other useful meta data.
|
||||
|
Loading…
Reference in New Issue
Block a user