Update diagram

This commit is contained in:
Netscape Navigator 2020-03-29 18:37:40 -05:00
parent 5a13bfea57
commit 27820991ff
3 changed files with 14 additions and 11 deletions

View File

@ -98,8 +98,9 @@ hello:"world"
signature AerpDKbKRrcaM9wihwFsPC4YRAfYWie5XFEKAdnxQom7MTvsXd9W39AvHfljJnEePZpsQVdfq2TtBPoQHc-MCw==.sig.ed25519
```
<center>
![A hierarchy diagram showing how the message in example 2 points back to example 1, and how example 1 points back to NONE](diagram1.png)
</center>
# I Have Internet Access. Why Should I Care?
@ -177,6 +178,8 @@ With a finalized spec and a portable client library, the next goal is to promote
This phase will be considered complete when there are three production-scale apps using the libraries authored. By this point, we've hopefully made a difference and helped people regain control of their data and find a new alternative to the current status-quo of "online only" computer applications.
After that, I might rename the project so that we arre not tied to the legacy baggage of the prototype phase. It might be fun to apply to a grant for continued maintanence (or just lock down the feature set- it's too early to say).
# Unanswered Questions
* Ephemeral key exchange

View File

@ -2,22 +2,13 @@ Edit this diagram at https://mermaid-js.github.io/mermaid-live-editor/#/edit
```mermaid
classDiagram
None <|-- Example1: None
Example1 <|-- Example2: @DYdgK...Cve04=.ed25519
Example1 <|-- Example2: %6cf2...a982.sha256
class None{
empty
}
class Example1{
author @DYdgK...Cve04=.ed25519
kind hello_world
prev NONE
depth 0
hello:"world"
}
class Example2{
kind hello_world
prev NONE
depth 0
@ -29,4 +20,13 @@ classDiagram
key5:&29f39...e6ca3.sha256
key6:@galda...WJccg=.ed25519
}
class Example2{
author @DYdgK...Cve04=.ed25519
kind hello_world
prev NONE
depth 0
hello:"world"
}
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 41 KiB