Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Base64Encoder

Standard Base64 encoder implementation for Array

Fully qualified path: alexandria_encoding::base64::Base64Encoder

pub impl Base64Encoder of Encoder<Array<u8>>;

Impl functions

encode

Fully qualified path: alexandria_encoding::base64::Base64Encoder::encode

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