mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 21:38:00 -05:00
remove paillier from core crate
This commit is contained in:
@@ -6,10 +6,9 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = ["garble","ot","paillier","proto"]
|
||||
default = ["garble","ot","proto"]
|
||||
garble = ["regex"]
|
||||
ot = []
|
||||
paillier = []
|
||||
proto = ["prost","prost-build"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -7,8 +7,6 @@ pub mod circuit;
|
||||
pub mod garble;
|
||||
#[cfg(feature = "ot")]
|
||||
pub mod ot;
|
||||
#[cfg(feature = "paillier")]
|
||||
pub mod paillier;
|
||||
#[cfg(feature = "proto")]
|
||||
pub mod proto;
|
||||
pub mod utils;
|
||||
|
||||
Reference in New Issue
Block a user