chacha20poly1305

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2020 License: MIT 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 struct{}

func (Cipher) Decrypt

func (Cipher) Decrypt(cipherText string, key []byte) (plainText string, err error)

Decrypt decrypts cipherText.

func (Cipher) Encrypt

func (Cipher) Encrypt(plainText string, key []byte) (cipherText string, err error)

Encrypt encrypts plainText.

Jump to

Keyboard shortcuts

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