Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
func Decode(s Steganography) (err error)
func Encode ¶
func Encode(s Steganography) (err error)
Types ¶
type FileCarrier ¶
func (*FileCarrier) GetCarrierFileName ¶
func (s *FileCarrier) GetCarrierFileName() string
func (*FileCarrier) InputData ¶
func (s *FileCarrier) InputData() ([]byte, error)
func (*FileCarrier) OutputData ¶
func (s *FileCarrier) OutputData(data []byte) error
type Steganography ¶
type TextCarrier ¶
func (*TextCarrier) GetCarrierFileName ¶
func (s *TextCarrier) GetCarrierFileName() string
func (*TextCarrier) InputData ¶
func (s *TextCarrier) InputData() ([]byte, error)
func (*TextCarrier) OutputData ¶
func (s *TextCarrier) OutputData(data []byte) error
Click to show internal directories.
Click to hide internal directories.