You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #269 from ProtonMail/fix/v6-key-id-pub
Fix: PublicKey.KeyIdString must return a valid key id
PublicKey.KeyIdString() previously did not compute the key ID correctly for v5 and v6 keys.
This PR fixes the issue by directly using the stored key ID from the struct.
0 commit comments