@hackage base-encoding0.2.0.0
Binary-to-text encodings (e.g. base64)
Categories
License
BSD-3-Clause
Maintainer
hvr@gnu.org
Links
Versions
Installation
Dependencies (5)
- base >=4.3 && <4.15
- base16-bytestring ^>=0.1.1.6
- base64-bytestring ^>=1.1.0.0
- bytestring ^>=0.9.1 || ^>=0.10.0
- text ^>=1.2.3 Show all…
Dependents (3)
@hackage/LDAPv3, @hackage/acme-everything, @hackage/S3
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:
(unpadded)
base16(RFC4648)(padded)
base64(RFC4648)padded
base64url(RFC4648)unpadded
base64url(RFC4648)