summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse.rs
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2022-12-11 09:57:00 +0100
committerNeal H. Walfield <neal@pep.foundation>2022-12-12 15:00:21 +0100
commit04d3c5ba245929530b8e2666509fa95df82c77bc (patch)
tree19907e127afa917d82e3c32cea71c8e91b9c3aac /openpgp/src/parse.rs
parent43e8494d3576586c2f372c0f1b492ae5bca22ade (diff)
openpgp: Make hash_update_text more idomatic.
- Make `hash_update_text` a method on `HashingMode<Digest>`, `HashingMode<Digest>::update`.
Diffstat (limited to 'openpgp/src/parse.rs')
-rw-r--r--openpgp/src/parse.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpgp/src/parse.rs b/openpgp/src/parse.rs
index a34a880b..85c372f7 100644
--- a/openpgp/src/parse.rs
+++ b/openpgp/src/parse.rs
@@ -253,7 +253,6 @@ mod hashed_reader;
pub(crate) use self::hashed_reader::{
HashingMode,
HashedReader,
- hash_update_text,
};
mod packet_parser_builder;