Module base65536_decoder

Source
Expand description

The base65536 module decodes base65536 Decode a base65536 string Performs error handling and returns a string Call base65536_decoder.crack to use. It returns option and check with result.is_some() to see if it returned okay.

Structsยง

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