crypto

package
v1.3.10 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt added in v1.0.12

func Decrypt(src, dst bytes_buffer.Buffer) error

func Encrypt added in v1.0.12

func Encrypt(src, dst bytes_buffer.Buffer) error

Types

type Cryptos

type Cryptos interface {
	BlockSize() int
	Encrypt(src, dst bytes_buffer.Buffer) error
	Decrypt(src, dst bytes_buffer.Buffer) error
}

func AES added in v1.0.12

func AES(key, iv []byte) Cryptos

func Default added in v1.0.12

func Default() Cryptos

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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