Module Nocrypto.Base64

module Base64: sig .. end
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