README ¶ stegosaurus Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Encoder 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. Source Files ¶ View all Source files stegosaurus.go Directories ¶ Show internal Expand all Path Synopsis cmd generate http stegosaurus image lsb Click to show internal directories. Click to hide internal directories.