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
Hi there! I'm seeing a change in behaviour as of v1.1.0 (and persisting in v1.1.1) where I don't receive the same plaintext from clearsign.Decode that was provided to clearsign.Encode. Specifically, it looks like an extra newline is introduced at the end.
Hi there! I'm seeing a change in behaviour as of v1.1.0 (and persisting in v1.1.1) where I don't receive the same plaintext from
clearsign.Decode
that was provided toclearsign.Encode
. Specifically, it looks like an extra newline is introduced at the end.With this sample code:
v1.0.0 outputs:
With v1.1.1, I get:
Is this expected?
The text was updated successfully, but these errors were encountered: