Skip to content

Index of Module base64

Chris Petersen edited this page Nov 4, 2015 · 1 revision

Module: base64

This module provides base64 encoding/decoding.

Functions in this module:

Function Short Description
(base64-string->u8vector str) Decode base64 string
(base64-substring->u8vector str start end) decode base64 substring
(u8vector->base64-string u8v #!optional (width 0)) Encode base64 string
Clone this wiki locally