Module caesar_decoder

Module caesar_decoder 

Source
Expand description

For the caesar cipher decoder

Structsยง

CaesarDecoder
The caesar decoder, call: let caesar_decoder = Decoder::<caesarDecoder>::new() to create a new instance And then call: result = caesar_decoder.crack(input) to decode a caesar string The struct generated by new() comes from interface.rs