Module base32_decoder

Module base32_decoder 

Source
Expand description

The base32_decoder module decodes base32

Structsยง

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