xxcrypto

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EmptyCrypto = &emptyCrypto{}

Functions

func IsZero added in v0.0.6

func IsZero(c Cryptoer) bool

Types

type Cryptoer

type Cryptoer interface {
	// init
	Init() error

	// 解密
	Decode(input io.Reader, output io.Writer) error

	// 加密
	Encode(input io.Reader, output io.Writer) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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