Persistent Merkle Tree in Rust
Go to file
Magamedrasul Ibragimov 8d526391f5 docs: update readme 2022-10-11 20:10:32 +03:00
.github/workflows ops: add basic actions for build-test-fmt check 2022-10-11 19:58:16 +03:00
src init: add rust lib template 2022-10-11 19:48:08 +03:00
.gitignore init: add rust lib template 2022-10-11 19:48:08 +03:00
Cargo.toml init: add rust lib template 2022-10-11 19:48:08 +03:00
README.md docs: update readme 2022-10-11 20:10:32 +03:00

README.md

pmtree

Persistent Merkle Tree in Rust

last commit status

How to use

[dependencies]

pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }