cipher

package
v0.0.0-...-375d9ab Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:21 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCBCDecrypter

func NewCBCDecrypter(b cipher.Block, iv []byte) cipher.BlockMode

func NewCBCEncrypter

func NewCBCEncrypter(b cipher.Block, iv []byte) cipher.BlockMode

func NewCFBDecrypter

func NewCFBDecrypter(block cipher.Block, iv []byte) cipher.Stream

func NewCFBEncrypter

func NewCFBEncrypter(block cipher.Block, iv []byte) cipher.Stream

func NewCTR

func NewCTR(block cipher.Block, iv []byte) cipher.Stream

func NewGCM

func NewGCM(cipher cipher.Block) (cipher.AEAD, error)

func NewGCMWithNonceSize

func NewGCMWithNonceSize(cipher cipher.Block, size int) (cipher.AEAD, error)

func NewGCMWithTagSize

func NewGCMWithTagSize(cipher cipher.Block, tagSize int) (cipher.AEAD, error)

func NewOFB

func NewOFB(b cipher.Block, iv []byte) cipher.Stream

func StreamReaderRead

func StreamReaderRead(r cipher.StreamReader, dst []byte) (int, error)

func StreamWriterClose

func StreamWriterClose(w cipher.StreamWriter) error

func StreamWriterWrite

func StreamWriterWrite(w cipher.StreamWriter, src []byte) (int, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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