carrier

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Formats

func Formats() []string

func Register

func Register(c Carrier)

Types

type Carrier

type Carrier interface {
	Format() string
	Hide(cover io.Reader, payload []byte, out io.Writer) error
	Reveal(stego io.Reader) ([]byte, error)
	Capacity(cover io.Reader) (int, error)
	Sniff(stego io.ReadSeeker) bool
}

func All

func All() []Carrier

func Detect

func Detect(stego io.ReadSeeker) (Carrier, bool)

func Get

func Get(name string) (Carrier, bool)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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