add initial spec of the merkletree (#10)

* add initial spec of the merkletree

* update gh workflow to work with the new book path

* rephrase non-inclusion section
This commit is contained in:
arnaucube 2025-01-31 17:21:18 +01:00 committed by GitHub
parent ef3dd308e8
commit 62a140569e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 57 additions and 3 deletions

View file

@ -1,3 +1,5 @@
# POD2
TODO
Specification can be found at the [`book`](https://github.com/0xPARC/pod2/tree/main/book) directory, a live rendered version at: https://0xparc.github.io/pod2/
Requires Rust nightly: `rustup override set nightly`.