Find a file
arnaucube aafebfbcd5
add SignerPod.id computation (integrate kvs with MerkleTree) (#17)
- Add SignerPod.id computation (integrate kvs with MerkleTree).
- Updates frontend::SignerPod to be a wrapper on top of
  backend::SignerPod with extra metadata (a keymap between hashes and
  their strings).
- Get's rid of SignerPod.compile() since now the frontend::SignerPod
  uses the method `::new()` which internally calls
  backend::SignerPod::new which constructs the merkletree to use it's root
  as PodID.
2025-02-03 18:22:18 +01:00
.github/workflows add initial spec of the merkletree (#10) 2025-01-31 17:21:18 +01:00
book add initial MerkleTree implementation (#13) 2025-02-03 18:03:45 +01:00
src add SignerPod.id computation (integrate kvs with MerkleTree) (#17) 2025-02-03 18:22:18 +01:00
.gitignore feat: move code here (#11) 2025-01-31 16:20:57 +01:00
Cargo.toml add initial MerkleTree implementation (#13) 2025-02-03 18:03:45 +01:00
README.md add initial MerkleTree implementation (#13) 2025-02-03 18:03:45 +01:00
rust-toolchain.toml add initial MerkleTree implementation (#13) 2025-02-03 18:03:45 +01:00

POD2

Specification can be found at the book directory, a live rendered version at: https://0xparc.github.io/pod2/

Usage

  • Run tests: cargo test --release