Skip to content
  • Justus Winter's avatar
    openpgp: Make signature verification take an immutable reference. · a7bb0d83
    Justus Winter authored
      - Previously, all signature verification methods took a mutable self
        reference in order to persist authentication results.  Now that we
        use interior mutability for that, signature verification doesn't
        have to take a mutable reference any longer, enabling more
        optimizations down the road.
    a7bb0d83