Skip to content

Draft: Make signature verification take an immutable reference.

Justus Winter requested to merge justus/ro-sig-verification into main
  • 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.

Merge request reports