We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a03f2 commit 6df39e0Copy full SHA for 6df39e0
pkg/decrypt.go
@@ -76,5 +76,5 @@ func Decrypt(preimage []byte, file io.ReadSeeker, chunkSize int64) (io.Reader, i
76
i++
77
}
78
79
- return io.Reader(&out), 0, nil
+ return &out, 0, nil
80
0 commit comments