[][src]Module rugenere::vigenere

Enums

CipherMode

Cipher modes.

Functions

change_char

Encodes/Decodes one character with one key character

do_final

Returns a string with the result of encoding/decoding input with the specified key. This method calls change_char on each character in the input.