Kxclib.Base64
module type Config = sig ... end
module type T = sig ... end
module Config_rfc4648 : Config
module Config_rfc4648_relaxed : Config
module Config_rfc4648_url : Config
module Config_rfc4648_url_relaxed : Config
include sig ... end
Takes an input bytes
, and writes the encoded string to Buffer.t
.
Takes an input string
, and writes the decoded bytes to Buffer.t
.
Takes an input bytes
, and returns the encoded string
.