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
The entity returned from NewEntity won't serialize fully. The returned error is
"openpgp: invalid argument: Signature: need to call Sign, SignUserId or SignKey
before Serialize".
Calling SerializePrivate() first mitigates this problem, as that function ensures that
the signature packets are properly signed.