There's a couple of instances of code paths where we are recomputing the public key when we have already computed it one scope up.
One instance of this is here and here, but I believe there are others too.
This is worth revisiting for performance reasons.
There's a couple of instances of code paths where we are recomputing the public key when we have already computed it one scope up.
One instance of this is here and here, but I believe there are others too.
This is worth revisiting for performance reasons.