package nocrypto

  1. Overview
  2. Docs

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