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