Skip to content

Commit e01c1f5

Browse files
committed
chore: gating malicious producer trait behind degree 4
1 parent 8c08604 commit e01c1f5

File tree

1 file changed

+1
-0
lines changed
  • core/threshold/src/malicious_execution

1 file changed

+1
-0
lines changed

core/threshold/src/malicious_execution/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub mod online {
1818
pub mod malicious_gen_bits;
1919
pub mod preprocessing {
2020
pub mod orchestration {
21+
#[cfg(feature = "extension_degree_4")]
2122
pub mod malicious_producer_traits;
2223
pub mod producer {
2324
pub mod malicious_bit_producer;

0 commit comments

Comments
 (0)