gcm

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2022 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrInvalidPasswordSize пароль неподходящей длины
	ErrInvalidPasswordSize = errors.New("invalid password size")
)

Functions

This section is empty.

Types

type Cipher

type Cipher struct {
	// contains filtered or unexported fields
}

Cipher Блочный шифр AES в режиме GCM

func New

func New(password string) (*Cipher, error)

New создает экземпляр Cipher

func (Cipher) Decrypt

func (c Cipher) Decrypt(ciphertext []byte) ([]byte, error)

Decrypt выполняет расшифрование переданной байтовой последовательности

func (Cipher) Encrypt

func (c Cipher) Encrypt(plaintext []byte) ([]byte, error)

Encrypt выполняет шифрование переданной байтовой последовательности

Jump to

Keyboard shortcuts

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