crypto

package
v1.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package crypto contains encrypting and decrypting reader.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Crypto

type Crypto interface {
	// Encrypt returns reader with encrypted src data and size of encrypted data.
	Encrypt([]byte) ([]byte, error)
	// Decrypt returns reader with decrypted src data.
	Decrypt(io.Reader) (io.Reader, error)
}

Crypto provide Reader and Writer wrappers.

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package sio contains minio/sio implementation of crypto.Crypto interface.
Package sio contains minio/sio implementation of crypto.Crypto interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL