encrypt

package module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

README

ginny-encrypt

Encrypt library for ginny. aes/rsa

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cipher

type Cipher interface {
	// Encrypt 信息加密
	Encrypt(key []byte, data []byte) ([]byte, error)
	// Decrypt 信息解密
	Decrypt(key []byte, data []byte) ([]byte, error)
}

Cipher 加密器

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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