mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +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(
|
||||
&self,
|
||||
ephemeral_public_key_sender: EphemeralPublicKey,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user