Serialization of Signed and Main Pods (#128)
This commit is contained in:
parent
fee70af12b
commit
9afc43675d
16 changed files with 817 additions and 189 deletions
|
|
@ -18,6 +18,10 @@ log = "0.4"
|
|||
env_logger = "0.11"
|
||||
# enabled by features:
|
||||
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2", optional = true }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
base64 = "0.22.1"
|
||||
schemars = "1.0.0-alpha.17"
|
||||
|
||||
[features]
|
||||
default = ["backend_plonky2"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue