rotate

package
v0.0.1-rc6 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2025 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ICipher

type ICipher interface {
	Encrypt([]byte) []byte
	Decrypt([]byte) []byte
	EncryptReader(io.Reader, io.Writer) error
	DecryptReader(io.Reader, io.Writer) error
}

ICipher 循环移位加解密算法

func New

func New(key []byte) ICipher

Jump to

Keyboard shortcuts

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