| Copyright | (c) 2019 Emily Pillmore |
|---|---|
| License | BSD-style |
| Maintainer | Emily Pillmore <emilypi@cohomolo.gy> |
| Stability | Experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Text.Encoding.Base16
Description
This module contains the combinators implementing the RFC 4648 specification for the Base16 encoding including unpadded and lenient variants
Synopsis
- encodeBase16 :: Text -> Text
- isValidBase16 :: Text -> Bool
Documentation
encodeBase16 :: Text -> Text Source #
Encode a Text value in Base16 with padding.
See: RFC-4648 section 4