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

Add tests for AttachedSign #67

Closed zapu closed 6 years ago

zapu commented 6 years ago

https://github.com/keybase/go-crypto/pull/66 made it apparent that we do not have any tests for AttachedSign. This PR adds a quick round-trip tests for armored attached signatures with different compression settings.