comment out not used stuff in acconut spec

This commit is contained in:
Oskar Thoren 2019-08-28 17:02:22 +02:00
parent 47f7d19b76
commit 7dd84c73a0
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 5 additions and 2 deletions

View File

@ -135,9 +135,10 @@ Status generates a deterministic 3-word random pseudonym from the whisper chat p
#### 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.
## Security Implications
<!-- TODO: Elaborate on security implications -->
<!-- TODO: Incorporate or cut below into proper spec
## General Comments
### 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
- public group chat
- the message is encrypted with a symmetric key derived from the chat name
-->