cipher

package
v0.0.0-...-e3efe30 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: AGPL-3.0 Imports: 1 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 {
	Encrypter
	Decrypter
}

type Decrypter

type Decrypter interface {
	Decrypt(ctx context.Context, payload []byte, secret string) ([]byte, error)
}

type Encrypter

type Encrypter interface {
	Encrypt(ctx context.Context, payload []byte, secret string) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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