pub fn decode<I: Input<8>, O: Output + ?Sized>( input: I, output: &mut O, ) -> Result<(), DecodeError>
Decode input byte sequence using BASE32 encoding and write the resulting byte sequence to output.
input
output