mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-26 12:13:08 +00:00
remove commented code
This commit is contained in:
parent
f8153c6fb9
commit
b2e51990c9
@ -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(
|
pub fn calculate_shared_secret_receiver(
|
||||||
&self,
|
&self,
|
||||||
ephemeral_public_key_sender: EphemeralPublicKey,
|
ephemeral_public_key_sender: EphemeralPublicKey,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user