chore(rln): add uncompressed key and benches (#269)

* chore(rln): add uncompressed key and benches

* chore(rln): refactor

* chore(rln): update to uncompressed arkzkey
This commit is contained in:
Ekaterina Broslavskaya
2024-10-01 14:16:03 +07:00
committed by GitHub
parent 49e2517e15
commit b9d27039c3
6 changed files with 167 additions and 12 deletions

View File

@@ -90,6 +90,11 @@ harness = false
name = "circuit_loading_benchmark"
harness = false
[[bench]]
name = "circuit_loading_arkzkey_benchmark"
harness = false
required-features = ["arkzkey"]
[[bench]]
name = "circuit_deser_benchmark"
harness = false