Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Base64ByteArrayEncoder

Standard Base64 encoder implementation for ByteArray

Fully qualified path: alexandria_encoding::base64::Base64ByteArrayEncoder

pub impl Base64ByteArrayEncoder of ByteArrayEncoder;

Impl functions

encode

Fully qualified path: alexandria_encoding::base64::Base64ByteArrayEncoder::encode

fn encode(data: ByteArray) -> ByteArray