remove commented code

This commit is contained in:
Sergio Chouhy 2025-10-03 23:05:11 -03:00
parent f8153c6fb9
commit b2e51990c9

View File

@ -40,15 +40,6 @@ impl KeyChain {
}
}
// pub fn produce_user_address(&self) -> [u8; 32] {
// let mut hasher = sha2::Sha256::new();
//
// hasher.update(&self.nullifer_public_key);
// hasher.update(self.incoming_viewing_public_key.to_bytes());
//
// <TreeHashType>::from(hasher.finalize_fixed())
// }
pub fn calculate_shared_secret_receiver(
&self,
ephemeral_public_key_sender: EphemeralPublicKey,