siv_aead

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package siv_aead wraps the functions provided by siv in a crypto.AEAD interface.

Index

Constants

View Source
const (
	// KeyLen is the required key length. The SIV algorithm supports other lengths,
	// but we only support 64.
	KeyLen = 64
)

Variables

This section is empty.

Functions

func New

func New(key []byte) cipher.AEAD

New returns a new cipher.AEAD implementation.

Types

This section is empty.

Jump to

Keyboard shortcuts

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