Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Base64Decoder

Standard Base64 decoder implementation for Array

Fully qualified path: alexandria_encoding::base64::Base64Decoder

pub impl Base64Decoder of Decoder<Array<u8>>;

Impl functions

decode

Fully qualified path: alexandria_encoding::base64::Base64Decoder::decode

fn decode(data: Array<u8>) -> Array<u8>