crypto

package module
v0.0.0-...-041039e Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

README

go-crypto

Go Report Card GoDoc Github All Releases GitHub release GitHub Release Date GitHub license GitHub stars GitHub forks Sourcegraph

Description

A crypto library for golang.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGCMStreamer

func NewGCMStreamer(block cipher.Block, nonce []byte, decrypt bool) (cipher.Stream, error)

Types

type Cipher

type Cipher struct {
	WriteStream cipher.Stream
	ReadStream  cipher.Stream
	// contains filtered or unexported fields
}

func NewCipher

func NewCipher(method string, key []byte) (c *Cipher, err error)

Jump to

Keyboard shortcuts

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