mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-02 19:17:59 +00:00
PrivateKey.Thumbprint was a convenience wrapper that called PublicKey() then Thumbprint(). All callers now go through PublicKey.Thumbprint directly, making the derivation explicit.