Module Base64.Make

Create other Base64 derivatives

Parameters

D : sig ... end

Signature

val encode : string ‑> string
val decode : string ‑> string * [ `Unconsumed_data of string ] option

The decoded string along with any unconsumed data

val decode_exn : string ‑> string

Raises if decode has any unconsumed data