@hackage base-encoding0.1.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.14
- base16-bytestring >=0.1.1.6 && <0.2
- base64-bytestring >=1.0.0.1 && <1.1
- bytestring >=0.9.1 && <0.11
- text >=1.2.3 && <1.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:
base16 (RFC4648)
base64 (RFC4648)
base64url (RFC4648)