summaryrefslogtreecommitdiffstats
path: root/buffered-reader
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-03-01 23:54:18 +0100
committerNeal H. Walfield <neal@pep.foundation>2020-03-01 23:54:18 +0100
commitd4a105ba331c4056d31f119c42fecac7d352d124 (patch)
treebb2a2545bab63f7832f91874d676fec4ee824288 /buffered-reader
parent821bf4075ba40feacc4e9d34afebe6257f3667c9 (diff)
openpgp: Remove KeyBundleIter.
- Since a `KeyAmalgamation` wraps a `KeyBundle` and we can get a `&KeyBundle` from a `KeyAmalgamation`, there is no need to have a `KeyBundleIter`, which iterates over a certificate's key bundles. We can instead just use a `KeyIter` to iterate over a certificate's `KeyAmalgamation`s, and extract the corresponding `KeyBundle` from them. In fact, this is trivial since a `KeyAmalgamation` derefs to a `&KeyBundle`.
Diffstat (limited to 'buffered-reader')
0 files changed, 0 insertions, 0 deletions