mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Update readme to include word signed for squeak struct (#2175)
This commit is contained in:
parent
2cdb2f8de4
commit
a41ca5a9c5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ A peer-to-peer status feed with posts unlocked by Lightning.
|
|||
|
||||
Squeaknode allows you to create, view, buy, and sell squeaks.
|
||||
|
||||
A squeak is an immutable structure that:
|
||||
A squeak is an immutable, signed structure that:
|
||||
* contains up to 280 utf-8 characters of text, encrypted (can only be decrypted with access to the decryption key obtained by lightning payment)
|
||||
* contains the height and block hash of the latest bitcoin block
|
||||
* contains the public key of the author, and is signed by the author
|
||||
* contains the public key of the author
|
||||
* contains the public key of the recipient, if the text is end-to-end encrypted
|
||||
* contains the hash of another squeak, if the squeak is a reply
|
||||
* can be used to derive a unique hash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue