This commit is contained in:
Deirdre Connolly 2021-04-20 10:50:09 -04:00 committed by Deirdre Connolly
parent 698f9620da
commit d8d25d1a82
1 changed files with 1 additions and 14 deletions

View File

@ -1000,17 +1000,4 @@ impl From<&OutgoingCipherKey> for [u8; 32] {
}
}
// impl
// From<(
// OutgoingViewingKey,
// ValueCommitment,
// NoteCommitment,
// EphemeralKey,
// )> for OutgoingCipherKey
// {
// type Error = &'static str;
// fn from((): ()) -> Result<Self, Self::Error> {
// Self(prf_ock())
// }
// }
// TODO: derive `OutgoingCipherKey`: https://github.com/ZcashFoundation/zebra/issues/2041