mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +00:00
17 lines
305 B
TOML
17 lines
305 B
TOML
[package]
|
|
name = "chacha20-demo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "2.3.1", features = ["std", "prove"] }
|
|
anyhow = "1.0"
|
|
hex = "0.4"
|
|
methods = {path = "methods"}
|
|
|
|
[dev-dependencies]
|
|
chacha20 = "0.9"
|
|
cipher = { version = "0.4", features = ["std"] }
|
|
|
|
|