@hackage base-encoding0.1.0.0

Binary-to-text encodings (e.g. base64)

This package provides a simple and convenient API to encode and decode binary data in the popular binary-to-text "base" encoding family as described in RFC 4648 et al.

Currently, the following encodings are supported:

  • base16 (RFC4648)

  • base64 (RFC4648)

  • base64url (RFC4648)