diff --git a/willow/protocol/decryptor_traits.rs b/willow/protocol/decryptor_traits.rs index 334ac65..cbe657c 100644 --- a/willow/protocol/decryptor_traits.rs +++ b/willow/protocol/decryptor_traits.rs @@ -59,13 +59,6 @@ pub trait SecureAggregationBaseMultiDecryptor: HasVahe { decryptor_state: &mut Self::DecryptorState, ) -> Result, 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::Vahe>, StatusError>; - /// Handles a partial decryption request received from the Server. Returns a /// partial decryption to the Server. fn handle_partial_decryption_request(