base64 icon indicating copy to clipboard operation
base64 copied to clipboard

Missing decodeBase64' ?

Open alexfmpe opened this issue 1 year ago • 1 comments

If we ignore the alphabet bits, then the API of https://hackage.haskell.org/package/base16-1.0/docs/Data-ByteString-Base16.html and https://hackage.haskell.org/package/base64-1.0/docs/Data-ByteString-Base64.html are pretty much the same save for there being no equivalent of decodeBase16' :: Base16 Text -> ByteString . This seems to happen for lazy/strict and for the url variant. Is this intentionally not present?

alexfmpe avatar Jun 30 '24 03:06 alexfmpe

Intentionally, because I wasn't a big fan of shea's contribution in the first place and it doesn't meet my personal threshold for significance. He had a specific use case, but I'm reluctant to add it unless it's demonstrably similar for base64.

emilypi avatar Jun 30 '24 22:06 emilypi