mirror of
https://github.com/tlsnotary/two-party-mul.git
synced 2026-01-08 19:37:57 -05:00
11 lines
304 B
TOML
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"
|