modes

package
v0.0.0-...-26d1add Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockModesImpl

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

BlockModesImpl is a collection of unexported `crypto/cipher` block cipher mode special case implementations.

func (*BlockModesImpl) Init

func (m *BlockModesImpl) Init(b cipher.Block)

func (*BlockModesImpl) NewCBCDecrypter

func (m *BlockModesImpl) NewCBCDecrypter(iv []byte) cipher.BlockMode

func (*BlockModesImpl) NewCTR

func (m *BlockModesImpl) NewCTR(iv []byte) cipher.Stream

func (*BlockModesImpl) NewGCM

func (m *BlockModesImpl) NewGCM(size int) (cipher.AEAD, error)

Jump to

Keyboard shortcuts

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