module Base64: sig .. end
sig
end
It is here only temporary, until we find it a proper home.
val encode : Cstruct.t -> Cstruct.t
Cstruct.t -> Cstruct.t
val decode : Cstruct.t -> Cstruct.t option
Cstruct.t -> Cstruct.t option
val is_base64_char : char -> bool
char -> bool