Files
two-party-mul/Cargo.toml
2023-07-27 12:19:24 +02:00

11 lines
304 B
TOML

[package]
name = "two-party-mul"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mpz-share-conversion-core = { git = "https://github.com/privacy-scaling-explorations/mpz", rev = "86f1687" }
rand = "0.8"