Module type Base64.T

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