Enums§
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.