emilypi / Base16

BSD 3-Clause "New" or "Revised" License
4 stars 8 forks source link

ByteString: Add decodeBase16' :: Text -> Either Text ByteString #20

Closed shlevy closed 1 year ago

shlevy commented 2 years ago

This is the proper inverse of encodeBase16, and Text is a more semantically appropriate type for a hash string.

emilypi commented 1 year ago

Sure, this is fine. Feel free to merge on green