compoundencryptor

package
v2.0.2 Latest Latest
Warning

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

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

Documentation

Overview

Package compoundencryptor allows encryptors to be combined

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(encryptor storage.Encryptor, decryptors ...storage.Encryptor) storage.Encryptor

Types

type CompoundEncryptor

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

func (CompoundEncryptor) Decrypt

func (c CompoundEncryptor) Decrypt(ciphertext []byte) (data []byte, err error)

func (CompoundEncryptor) Encrypt

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

Jump to

Keyboard shortcuts

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