mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 10:27:08 +00:00
Image encryption/decryption support in skopeo
Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com> Signed-off-by: Brandon Lum <lumjjb@gmail.com>
This commit is contained in:
1
vendor/github.com/klauspost/compress/zstd/snappy.go
generated
vendored
1
vendor/github.com/klauspost/compress/zstd/snappy.go
generated
vendored
@@ -80,6 +80,7 @@ type SnappyConverter struct {
|
||||
// If any error is detected on the Snappy stream it is returned.
|
||||
// The number of bytes written is returned.
|
||||
func (r *SnappyConverter) Convert(in io.Reader, w io.Writer) (int64, error) {
|
||||
initPredefined()
|
||||
r.err = nil
|
||||
r.r = in
|
||||
if r.block == nil {
|
||||
|
Reference in New Issue
Block a user