From 01b2449c7d3a83f4474b0406d46be3105ed4f96e Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 27 Sep 2013 01:36:19 +0400 Subject: Update README --- README.md | 6 ++++-- base32-bytestring.cabal | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83da005..69e90b7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -`base32-bytestring` is efficient [base32][rfc] codec for bytestrings. -The API is similar to [base64-bytestring][base64-pkg] package. +`base32-bytestring` is efficient [base32 and base32hex][rfc] codec for +bytestrings. The API is similar to [base16-bytestring][base16-pkg] and +[base64-bytestring][base64-pkg] packages. ### Performance @@ -15,6 +16,7 @@ The API is similar to [base64-bytestring][base64-pkg] package. You can report any issues at [Issue tracker][issues]. +[base16-pkg]: http://hackage.haskell.org/package/base16-bytestring [base64-pkg]: http://hackage.haskell.org/package/base64-bytestring-1.0.0.1 [rfc]: http://tools.ietf.org/html/rfc4648 [travis-img]: https://travis-ci.org/cobit/base32-bytestring.png diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal index edc17dd..ff52525 100644 --- a/base32-bytestring.cabal +++ b/base32-bytestring.cabal @@ -8,9 +8,9 @@ copyright: (c) 2013 Sam Truzjan category: Codec, Data build-type: Simple cabal-version: >= 1.10 -synopsis: Fast base32 encoding and decoding for ByteStrings +synopsis: Fast base32 and base32hex codec for ByteStrings description: - Base32 encoding according to RFC4648 + base32 and base32hex codec according to RFC4648 This package have API similar to base64-bytestring. -- cgit v1.2.3