work on docs

This commit is contained in:
Kevin Froman 2019-04-11 17:01:18 -05:00
parent bd275abe42
commit 7c4e8bfa73
4 changed files with 59 additions and 9 deletions

View file

@ -2,9 +2,9 @@
# Block Description
Onionr 'Blocks' are the primary means of sharing information in Onionr. Blocks are identified by a single hash value of their entire contents.
Onionr Blocks are the primary means of sharing information in Onionr. Blocks are identified by a single hash value of their entire contents, using SHA3_256.
They contain a JSON metadata section followed by a line break, with the main data following.
Blocks contain a JSON metadata section followed by a line break, with the main data section comprising the rest.
In the future, the specification will likely be updated to use flags and MessagePack instead of JSON with english keys.