mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +00:00
17 lines
330 B
TOML
17 lines
330 B
TOML
[package]
|
|
name = "encryption-demo-methods"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "2.3.1", default-features = false }
|
|
|
|
[build-dependencies]
|
|
risc0-build = { version = "2.3.1", default-features = false }
|
|
|
|
[package.metadata.risc0]
|
|
methods = ["guest/chacha20"]
|
|
|