docs: fix broken links
This commit is contained in:
parent
cc955a2bbe
commit
90ec2982bf
|
|
@ -723,7 +723,7 @@ impl From<TransmissionKey> for [u8; 32] {
|
||||||
|
|
||||||
impl From<(IncomingViewingKey, Diversifier)> for TransmissionKey {
|
impl From<(IncomingViewingKey, Diversifier)> for TransmissionKey {
|
||||||
/// This includes _KA^Sapling.DerivePublic(ivk, G_d)_, which is just a
|
/// This includes _KA^Sapling.DerivePublic(ivk, G_d)_, which is just a
|
||||||
/// scalar mult _[ivk]G_d_.
|
/// scalar mult _\[ivk\]G_d_.
|
||||||
///
|
///
|
||||||
/// https://zips.z.cash/protocol/protocol.pdf#saplingkeycomponents
|
/// https://zips.z.cash/protocol/protocol.pdf#saplingkeycomponents
|
||||||
/// https://zips.z.cash/protocol/protocol.pdf#concretesaplingkeyagreement
|
/// https://zips.z.cash/protocol/protocol.pdf#concretesaplingkeyagreement
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ pub struct ShieldedData {
|
||||||
///
|
///
|
||||||
/// However, it's not necessary to access or process `first` and `rest`
|
/// However, it's not necessary to access or process `first` and `rest`
|
||||||
/// separately, as the [`ShieldedData::spends`] and [`ShieldedData::outputs`]
|
/// separately, as the [`ShieldedData::spends`] and [`ShieldedData::outputs`]
|
||||||
/// methods provide iterators over all of the [`SpendDescription`]s and
|
/// methods provide iterators over all of the [`Spend`]s and
|
||||||
/// [`Output`]s.
|
/// [`Output`]s.
|
||||||
#[serde(with = "serde_helpers::Either")]
|
#[serde(with = "serde_helpers::Either")]
|
||||||
pub first: Either<Spend, Output>,
|
pub first: Either<Spend, Output>,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue