emilypi / base64

RFC 4648-compliant Base64
BSD 3-Clause "New" or "Revised" License
33 stars 10 forks source link

Base64

Build Status Hackage

Base64 encoding and decodings.

For the companion optics and pattern synonyms, see base64-lens.

Summary

The following types are supported for both std, padded url-safe, and unpadded url-safe alphabets:

Additionally this library has

There are no dependencies aside from those bundled with GHC, text-short, and the ghc-byteorder re-export.