git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Commit abf4bacf2c5b7c291e72cc6ea10066e31f23080f

Update spec.md

Mahnush Movahedi authored on 12/21/2017, 8:18:18 PM
GitHub committed on 12/21/2017, 8:18:18 PM
Parent: e18e9d5f15767dd1baa0c4728910bd0b6c3d0b38

Files changed

docs/spec.mdchanged
docs/spec.mdView
@@ -8,9 +8,9 @@
88 ```
99 node : = TYPE | EXTENSION | LBRANCH | RBRANCH | VALUE
1010 ```
1111
12-###Type
12 +### Type
1313 Contains a byte that the last 4 bits are used to signify which elements a node contains.
1414 The bit field is defined a the following. The first 4 bits are paded to zero while in storage. These bits are reserved as insicators of type when sending the nodes to other clients which we will describe later.
1515
1616 ```

Built with git-ssb-web