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

Support multiple (nested) signatures #59

Closed zapu closed 6 years ago

zapu commented 6 years ago

ReadMessage is now able to read multiple signatures, instead of bailing out with "unsupported" error. It will only check the first key it finds, though, there is no API for checking multiple signatures against multiple keys.