cipher

package
v0.0.0-...-7b34d14 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2020 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 {
	Encryptor
	Decryptor
}

func None

func None() Cipher

func TODO

func TODO() Cipher

type Decryptor

type Decryptor interface {
	Decrypt([]byte) ([]byte, error)
}

type Encryptor

type Encryptor interface {
	Encrypt([]byte) ([]byte, error)
}

Jump to

Keyboard shortcuts

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