Stateless Feature (#265)

* add stateless feature and tests

* update docs and new function
This commit is contained in:
Ekaterina Broslavskaya
2024-08-28 13:41:18 +03:00
committed by GitHub
parent c4579e1917
commit 0d5642492a
9 changed files with 1705 additions and 747 deletions

View File

@@ -13,9 +13,11 @@ bench = false
[dependencies]
ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] }
num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] }
num-bigint = { version = "=0.4.3", default-features = false, features = [
"rand",
] }
color-eyre = "=0.6.2"
pmtree = { package = "vacp2p_pmtree", version = "=2.0.2", optional = true}
pmtree = { package = "vacp2p_pmtree", version = "=2.0.2", optional = true }
sled = "=0.34.7"
serde = "=1.0.163"
lazy_static = "1.4.0"