Skip to content

Commit

Permalink
Merge pull request #847 from private-attribution/kill_dead_code
Browse files Browse the repository at this point in the history
Removing an unused protocol
  • Loading branch information
benjaminsavage authored Nov 16, 2023
2 parents 9848566 + 618795c commit ce7705c
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 ce7705c

Please sign in to comment.