mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Update squeak struct description in readme (#2109)
* Update squeak struct description in readme * Include lightning payment in description of squeak decryption key in readme
This commit is contained in:
parent
19d540849c
commit
9c2ec7ec74
1 changed files with 3 additions and 4 deletions
|
|
@ -12,13 +12,12 @@ 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:
|
||||
* contains 280 utf-8 characters of text
|
||||
* contains the hash of another squeak as a reply, if the squeak is a reply
|
||||
* 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 recipient, if the text is end-to-end encrypted
|
||||
* is encrypted until a lightning payment obtains the secret decryption key
|
||||
* has a unique hash that is derived from its contents
|
||||
* contains the hash of another squeak, if the squeak is a reply
|
||||
* can be used to derive a unique hash
|
||||
|
||||
The protocol is defined [here](https://github.com/yzernik/squeak/blob/master/docs/PROTOCOL.md).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue