mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-29 03:24:07 +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.