@hackage base16-bytestring0.1.1.7

Fast base16 (hex) encoding and decoding for ByteStrings

This package provides support for encoding and decoding binary data according to base16 (see also RFC 4648) for strict (see Data.ByteString.Base16) and lazy ByteStrings (see Data.ByteString.Base16.Lazy).

See also the base-encoding package which provides an uniform API providing conversion paths between more binary and textual types.