Crate stego_wps

Crate stego_wps 

Source

Enums§

CompareError
DecodingError
EncodingError

Functions§

compare
Compares a secret message with a cover text to calculate the necessary changes in word count per sentence to encode the message.
decode
Decodes a vector of word counts per sentence into a string using a specified character set.
encode
Encodes a given text into a vector of word counts per sentence.