package base64

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

base64 2.0.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

base64

Documentation:

  • B64 Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is specified in RFC 4648.