Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Base64UrlDecoder

URL-safe Base64 decoder implementation for Array

Fully qualified path: alexandria_encoding::base64::Base64UrlDecoder

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

Impl functions

decode

Fully qualified path: alexandria_encoding::base64::Base64UrlDecoder::decode

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