keybase / go-crypto

[mirror] Go supplementary cryptography libraries
https://godoc.org/golang.org/x/crypto
BSD 3-Clause "New" or "Revised" License
50 stars 20 forks source link

Handle compression in AttachedSign #66

Closed Alkorin closed 6 years ago

Alkorin commented 6 years ago

Compress payload if asked

zapu commented 6 years ago

LGTM. Thank you for your contribution!

It turns out we don't have any tests at all for AttachedSign. So I put something together while trying your code out, but I can't add commits to this PR, so I'll merge them afterwards.