crypto

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidMessage = errors.New("invalid message format")
	ErrDecryption     = errors.New("decryption error")
	ErrEncryption     = errors.New("encryption error")
)

Functions

This section is empty.

Types

type DecrypterConfig added in v0.3.0

type DecrypterConfig struct {
	ClientCfg clientconfig.ClientConfig
}

type EncrypterConfig added in v0.3.0

type EncrypterConfig struct {
	ClientCfg   clientconfig.ClientConfig
	Algorithm   *suite.AlgorithmSuite
	FrameLength int
}

Jump to

Keyboard shortcuts

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