mirror of
https://github.com/lnbook/lnbook
synced 2024-11-01 03:20:53 +00:00
Fix Glorias secret
hashing example
This commit is contained in:
parent
a343d41a70
commit
6f76f9620f
@ -65,7 +65,7 @@ In reality Gloria would come up with a large random number as a secret.
|
||||
This is to be really secure and prevent others from guessing it.
|
||||
But let us assume that in our case Glorias secret take reads `*Glorias secret*`.
|
||||
She would commit to the secret by computing the sha256 hash which reads `*70c87220dd901a004804b49e9ec2fd73283fad127cf112fefa67e6b79b8739b7*`.
|
||||
You can verify this by typing `echo "Glorias secret | sha256sum"` to your linux command line.
|
||||
You can verify this by typing `echo "Glorias secret" | sha256sum` to your linux command line.
|
||||
|
||||
As Alice wants to send 10 golden coins to Gloria she is told by Gloria to use this payment hash to receive a proof of payment.
|
||||
Alice now sets up a contract that reads:
|
||||
|
Loading…
Reference in New Issue
Block a user