Derive OVK via Blake2b as PRF^expand with t=2
Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
98a91ab92f
commit
f5bdd449ee
|
|
@ -111,7 +111,7 @@ impl fmt::Debug for OutgoingViewingKey {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl From<SpendingKey> for OutgoingViewingKey {
|
impl From<SpendingKey> for OutgoingViewingKey {
|
||||||
/// For this invocation of Blake2b-512 as PRF^expand, t=1.
|
/// For this invocation of Blake2b-512 as PRF^expand, t=2.
|
||||||
///
|
///
|
||||||
/// https://zips.z.cash/protocol/protocol.pdf#saplingkeycomponents
|
/// https://zips.z.cash/protocol/protocol.pdf#saplingkeycomponents
|
||||||
/// https://zips.z.cash/protocol/protocol.pdf#concreteprfs
|
/// https://zips.z.cash/protocol/protocol.pdf#concreteprfs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue