Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions willow/protocol/decryptor_traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ pub trait SecureAggregationBaseMultiDecryptor: HasVahe {
decryptor_state: &mut Self::DecryptorState,
) -> Result<SetupContribution<Self::Vahe>, StatusError>;

/// Creates a public key share to be sent to the Server, updating the
/// decryptor state.
fn create_public_key_share(
&self,
decryptor_state: &mut Self::DecryptorState,
) -> Result<DecryptorPublicKeyShare<<Self as HasVahe>::Vahe>, StatusError>;

/// Handles a partial decryption request received from the Server. Returns a
/// partial decryption to the Server.
fn handle_partial_decryption_request<Kahe: KaheBase>(
Expand Down