stegosaurus

package module
v0.0.0-...-bc14385 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2019 License: MIT Imports: 1 Imported by: 0

README

stegosaurus

Test Status Go Report GoDoc License

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoder

type Encoder interface {
	// Encode the secret payload into the carrier data.
	Encode(payload, carrier io.Reader, data io.Writer) error
	// Decode the secret payload from the carrier data.
	Decode(data io.Reader, payload io.Writer) error
}

Encoder encodes and decodes secret payloads.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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