Expand description
Context containing all needed data (e.g. access to cover text) for the steganography methods.
Structs§
- Context
Error - Error implementation for Context. Exact error message is determined by ContextErrorKind.
- Pivot
ByLine Context - Context used by methods requiring pivot. Loads cover text line by line, uses pivot and does not preserve original whitespace. It also exposes the word iterator for purpose of peeking and/or traversing.
- Pivot
ByRaw Line Context - Context used by methods requiring pivot. Loads and returns cover text line by line - not bound by pivot.
Enums§
- Context
Error Kind - Enum determining the exact context error.
Traits§
- Context
- Context with essential methods for every encoder/decoder.