Brett Walker
Results
2
issues of
Brett Walker
Hi Devs, I've been doing some deep code diving and I seem to have found a discrepancy between code comments and reality. This difference could hint at a bug or...
In verify the signer of a PGP encrypted message I receive the following stacktrace: ``` Exception in thread "main" java.io.EOFException: Unexpected end of ZIP input stream at org.bouncycastle.openpgp.PGPCompressedData$2.fill(PGPCompressedData.java:155) at java.base/java.util.zip.InflaterInputStream.read(InflaterInputStream.java:159)...