gopenpgp icon indicating copy to clipboard operation
gopenpgp copied to clipboard

`invalid signature: MDC hash mismatch` instead of io.EOF after io.EOF

Open wizardishungry opened this issue 2 years ago • 0 comments
trafficstars

Once an io.EOF is returned, PlainMessageReader should return io.EOF for reads past the end of stream. Many libraries depend on this behavior (https://github.com/gocarina/gocsv, for example).

wizardishungry avatar Nov 10 '23 17:11 wizardishungry