Expand description
The base64_decoder module decodes base64 It is public as we use it in some tests.
Structsยง
- Base64
Decoder - The Base64 decoder, call:
let base64_decoder = Decoder::<Base64Decoder>::new()
to create a new instance And then call:result = base64_decoder.crack(input)
to decode a base64 string The struct generated by new() comes from interface.rs