Finished README.md part

This commit is contained in:
Netscape Navigator 2020-06-16 07:39:49 -05:00
parent c3df95a9e8
commit 2bca7083aa
4 changed files with 26 additions and 27 deletions

View File

@ -111,31 +111,31 @@ Messages use a custom ASCII-based encoding scheme (shown below). Although they a
Example 1:
```
author @78V80T9Q7862GW5KTNGSDBKMSA53WE98G8TGFDS6HC9HEABFD64G.ed25519
kind ba16b9f6-a0bc-44e4-b873-da52308186e8
prev %KDKK65CX8GMV7EFCJ4K3J77T38SNDE6DX1TE7AKKGW7X74Z63WKG.sha256
author USER.R68Q26P1GEFC0SNVVQ9S29SWCVVRGCYRV7D96GAN3XVQE3F9AZJ0
depth 0
lipmaa 0
kind my_example
lipmaa NONE
prev NONE
hello:"World"
this_is_a:"Key"
foo:"bar"
signature JSSFBAZ58Y73NPWZ912KYS0EZ1WA3V3FAG9VW2TF99B3Z0RH06Q52DS2AEBRPEZJFZWBA1Q4WYR7N19VVGRZ9KDFYAX64PCTA9BEW3G.sig.ed25519
signature 2VMAG4SCX5RHVBKCB1RNZCB0AJN4WN6FEMS7W9FM1CVYSZXMX7CPQFCDPYEKCTGG91Y1YSGY4G5K8XAGQ67HEPDFRMRYQHWQBATAC2R
```
Example 2:
```
author @78V80T9Q7862GW5KTNGSDBKMSA53WE98G8TGFDS6HC9HEABFD64G.ed25519
kind b049f082-861f-43f0-bc10-ca97b2b91b2e
prev NONE
author USER.R68Q26P1GEFC0SNVVQ9S29SWCVVRGCYRV7D96GAN3XVQE3F9AZJ0
depth 1
lipmaa 0
kind another_example
lipmaa NONE
prev TEXT.6CBA4J3756A5SNM1W1GHNCTT9EG95ZP3ZMAT5Z1EJP7TXMNNVZC0
cool_message:%KDKK65CX8GMV7EFCJ4K3J77T38SNDE6DX1TE7AKKGW7X74Z63WKG.sha256
bar:"baz"
signature Y34Q47V0BY370RM5KWGRJRN9HFNGJN0C3DEYVB2V2476CW9RN5HD4XD7KMQ6T4T42N36R5P3XX6E3FYEWVZR25AVCF6KQPZHJP6EM10
signature X4KF6YM3YMR457VTJ7HGY92F6W65YQBEG3WS5QDFNSAF45KHMDZZZRWK710F04Y6TPM2AJ3W135RSF42V8DAE7MJSSTCHYP7JQG7E10.sig.ed25519
```
![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)

View File

@ -2,34 +2,33 @@ Edit this diagram at https://mermaid-js.github.io/mermaid-live-editor/#/edit
```mermaid
classDiagram
None <|-- Example1: None
Example1 <|-- Example2: %6CF2...A982.sha256
Example1 <|-- Example2: TEXT.6CF2...A982
class None{
empty
}
class Example1{
author @78V...64G.ed25519
kind b04...b2e
prev NONE
author USER.R68Q2...9AZJ0
depth 0
lipmaa 0
kind my_example
lipmaa NONE
prev NONE
cool_message:%KDK...WKG.sha256
foo:"bar"
signature X4K...E10.sig.ed25519
signature 2VMAG4...TAC2R
}
class Example2{
author @78V...64G.ed25519
kind ba1...6e8
prev %KDK...WKG.sha256
author USER.R68Q2...F9AZJ0
depth 1
lipmaa 1
kind another_example
lipmaa NONE
prev TEXT.6CBA4...NVZC0
hello:"World"
this_is_a:"Key"
bar:"baz"
signature JSS...W3G.sig.ed25519
signature Y34Q4...6EM10
}
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File