summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/hashed_reader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/hashed_reader.rs')
-rw-r--r--openpgp/src/parse/hashed_reader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/hashed_reader.rs b/openpgp/src/parse/hashed_reader.rs
index 362da1fe..732a1b5a 100644
--- a/openpgp/src/parse/hashed_reader.rs
+++ b/openpgp/src/parse/hashed_reader.rs
@@ -357,7 +357,7 @@ impl<R: BufferedReader<Cookie>>
/// This can be used to verify detached signatures. For a more
/// convenient method, see [`DetachedVerifier`].
///
-/// [`DetachedVerifier`]: ../parse/stream/struct.DetachedVerifier.html
+/// [`DetachedVerifier`]: super::parse::stream::DetachedVerifier
pub(crate) fn hash_buffered_reader<R>(reader: R,
algos: &[HashingMode<HashAlgorithm>])
-> Result<Vec<HashingMode<Box<dyn crate::crypto::hash::Digest>>>>