sync spec & code (#107)
* sync spec & code * move primitives (merkletree) into the backend * comment on the ops spec and link to issue #108 * typo * fix github-ci mdbook-publish pages
This commit is contained in:
parent
77f3f347e0
commit
02ec7c311b
17 changed files with 90 additions and 64 deletions
|
|
@ -3,7 +3,7 @@
|
|||
The front end has three compound types
|
||||
- `Dictionary`
|
||||
- `Array`
|
||||
- `Set`,
|
||||
- `Set`
|
||||
|
||||
all of which are represented as `MerkleTree` on the back end.
|
||||
|
||||
|
|
@ -194,4 +194,4 @@ keyhash = hash(key)
|
|||
```ContainsValue(root, value)``` is deduced from
|
||||
```
|
||||
Contains(root, idx, value).
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue