mirror of https://github.com/status-im/specs.git
comment out not used stuff in acconut spec
This commit is contained in:
parent
47f7d19b76
commit
7dd84c73a0
|
@ -135,9 +135,10 @@ Status generates a deterministic 3-word random pseudonym from the whisper chat p
|
||||||
#### ENS name
|
#### ENS name
|
||||||
Status offers the ability to register a mapping of a human readable subdomain of `stateofus.eth` to their whisper chat public key. This registration is purchased (currently by staking 10 SNT) and stored on the Ethereum mainnet blockchain for public lookup.
|
Status offers the ability to register a mapping of a human readable subdomain of `stateofus.eth` to their whisper chat public key. This registration is purchased (currently by staking 10 SNT) and stored on the Ethereum mainnet blockchain for public lookup.
|
||||||
|
|
||||||
## Security Implications
|
<!-- TODO: Elaborate on security implications -->
|
||||||
|
|
||||||
|
<!-- TODO: Incorporate or cut below into proper spec
|
||||||
|
|
||||||
## General Comments
|
|
||||||
|
|
||||||
### Possible Connection Breakdown
|
### Possible Connection Breakdown
|
||||||
|
|
||||||
|
@ -178,3 +179,5 @@ All messages sent are encrypted with the public key of the destination and signe
|
||||||
- considered pairwise private chats
|
- considered pairwise private chats
|
||||||
- public group chat
|
- public group chat
|
||||||
- the message is encrypted with a symmetric key derived from the chat name
|
- the message is encrypted with a symmetric key derived from the chat name
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
Loading…
Reference in New Issue