cipher

package
v0.0.0-...-877ff3d Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cipher

type Cipher interface {
	// Encrypt encrypts data in io.Reader
	Encrypt([]byte) ([]byte, error)
	// Decrypt decrypts data in io.Reader
	Decrypt([]byte) ([]byte, error)
}

Cipher allows to encrypt and decrypt arbitrary data

Jump to

Keyboard shortcuts

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