cryptio

package module
v0.0.0-...-92f62b8 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2018 License: MIT Imports: 4 Imported by: 1

README

CircleCI Go Report Card GoDoc

cryptio

Crypto wrappers around Go's io package interfaces

Currently supported interfaces

  • io.Reader
  • io.Writer
  • io.Seeker
  • io.ReadWriteSeeker

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadWriteSeeker

func ReadWriteSeeker(rw io.ReadWriteSeeker, blk cipher.Block) io.ReadWriteSeeker

ReadWriteSeeker creates an encrypting/decrypting ReadWriteSeeker

func ReadWriter

func ReadWriter(rw io.ReadWriter, blk cipher.Block) io.ReadWriter

ReadWriter creates an encrypting/decrypting ReadWriter

func Reader

func Reader(r io.Reader, blk cipher.Block) io.Reader

Reader creates a decrypting io.Reader

func Seeker

func Seeker(s io.Seeker, blk cipher.Block) io.Seeker

Seeker creates cryptio safe seeker

func Writer

func Writer(w io.Writer, blk cipher.Block) io.Writer

Writer creates an encrypting io.Writer

Types

This section is empty.

Jump to

Keyboard shortcuts

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