signature

package
v6.12.4+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2015 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const KeySize = 16

Variables

View Source
var (
	ErrPadding       = fmt.Errorf("invalid padding")
	ErrRandomFailure = fmt.Errorf("failed to read enough random data")
	ErrInvalidIV     = fmt.Errorf("invalid IV")
)

Functions

func Decrypt

func Decrypt(key string, encryptedMessage []byte) ([]byte, error)

func DigestBytes

func DigestBytes(message []byte) []byte

func Encrypt

func Encrypt(key string, message []byte) ([]byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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