mirror of
https://github.com/privacy-scaling-explorations/halo2wrong.git
synced 2026-05-05 03:00:34 -04:00
16 lines
455 B
TOML
16 lines
455 B
TOML
[package]
|
|
name = "transcript"
|
|
version = "0.1.0"
|
|
authors = ["kilic <kiliconu@itu.edu.tr>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ecc = { path = "../ecc", default-features = false }
|
|
poseidon = { git = "https://github.com/privacy-scaling-explorations/poseidon.git", branch = "padding" }
|
|
group = "0.12"
|
|
subtle = { version = "2.3", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8"
|
|
rand_core = { version = "0.6", default-features = false }
|
|
paste = "1.0.7" |