feat(rln): expose set_metadata and get_metadata public and ffi apis (#178)

This commit is contained in:
Aaryamann Challani
2023-06-15 20:35:49 +05:30
committed by GitHub
parent 0d35571215
commit 2793fe0e24
9 changed files with 157 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ bench = false
ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] }
num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] }
color-eyre = "=0.6.2"
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree", rev = "bf27d4273b34a7f4ec3c77cdf67fb17a5602504a", optional = true}
pmtree = { git = "https://github.com/vacp2p/pmtree", rev = "8b005bb44a4c51b56638ad6057b8bc90629fca59", optional = true}
sled = "=0.34.7"
serde = "1.0.44"