gcmencryptor

package
v1.1.2 Latest Latest
Warning

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

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

Documentation

Overview

Package gcmencryptor implements AES GCM encryption

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GCMEncryptor

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

func New

func New(key [32]byte) GCMEncryptor

func (GCMEncryptor) Decrypt

func (e GCMEncryptor) Decrypt(ciphertext []byte) ([]byte, error)

func (GCMEncryptor) Encrypt

func (e GCMEncryptor) Encrypt(plaintext []byte) ([]byte, error)

Jump to

Keyboard shortcuts

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