Skip to content

Commit

Permalink
Removing an unused protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsavage committed Nov 16, 2023
1 parent 9848566 commit 618795c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 224 deletions.
223 changes: 0 additions & 223 deletions src/protocol/boolean/add_constant.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/protocol/boolean/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use crate::{
secret_sharing::{Linear as LinearSecretSharing, SecretSharing},
};

pub mod add_constant;
pub mod bitwise_equal;
pub mod bitwise_less_than_prime;
pub mod comparison;
Expand Down

0 comments on commit 618795c

Please sign in to comment.