Create other Base64 derivatives
D : sig ... end
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
decode