Module z85_decoder

Source
Expand description

For the z85 cipher decoder Decode a z85 string Performs error handling and returns a string Call z85_decoder.crack to use. It returns option and check with result.is_some() to see if it returned okay.

Structsยง

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