From af5d5f107ecd478b23108b197b240ef6e9823543 Mon Sep 17 00:00:00 2001 From: Gigabuidl Date: Mon, 24 Mar 2025 11:52:06 +0100 Subject: [PATCH 1/2] fixed broken link --- crypto-primitives/src/crh/bowe_hopwood/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto-primitives/src/crh/bowe_hopwood/mod.rs b/crypto-primitives/src/crh/bowe_hopwood/mod.rs index 89a4ca27..b0e11127 100644 --- a/crypto-primitives/src/crh/bowe_hopwood/mod.rs +++ b/crypto-primitives/src/crh/bowe_hopwood/mod.rs @@ -1,5 +1,5 @@ //! The [Bowe-Hopwood-Pedersen] hash is a optimized variant of the Pedersen CRH for -//! specific Twisted Edwards (TE) curves. See [Section 5.4.17 of the Zcash protocol specification](https://raw.githubusercontent.com/zcash/zips/master/protocol/protocol.pdf#concretepedersenhash) for a formal description of this hash function, specialized for the Jubjub curve. +//! specific Twisted Edwards (TE) curves. See [Section 5.4.17 of the Zcash protocol specification](https://raw.githubusercontent.com/zcash/zips/master/rendered/protocol/protocol.pdf#concretepedersenhash) for a formal description of this hash function, specialized for the Jubjub curve. //! The implementation in this repository is generic across choice of TE curves. use crate::{ From 62527981e1bfee01c0364e5cf765ffde0acc1113 Mon Sep 17 00:00:00 2001 From: Gigabuidl Date: Mon, 28 Jul 2025 20:50:40 +0200 Subject: [PATCH 2/2] Update link mod.rs --- crypto-primitives/src/crh/bowe_hopwood/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto-primitives/src/crh/bowe_hopwood/mod.rs b/crypto-primitives/src/crh/bowe_hopwood/mod.rs index b0e11127..5ce1d4bf 100644 --- a/crypto-primitives/src/crh/bowe_hopwood/mod.rs +++ b/crypto-primitives/src/crh/bowe_hopwood/mod.rs @@ -1,5 +1,5 @@ //! The [Bowe-Hopwood-Pedersen] hash is a optimized variant of the Pedersen CRH for -//! specific Twisted Edwards (TE) curves. See [Section 5.4.17 of the Zcash protocol specification](https://raw.githubusercontent.com/zcash/zips/master/rendered/protocol/protocol.pdf#concretepedersenhash) for a formal description of this hash function, specialized for the Jubjub curve. +//! specific Twisted Edwards (TE) curves. See [Section 5.4.17 of the Zcash protocol specification](https://zips.z.cash/protocol/protocol.pdf#concretepedersenhash) for a formal description of this hash function, specialized for the Jubjub curve. //! The implementation in this repository is generic across choice of TE curves. use crate::{