Browse Source

Now, added description.

Marcos Dumay de Medeiros 8 years ago
parent
commit
ae6c764113
1 changed files with 7 additions and 1 deletions
  1. 7 1
      chunked-crypto.cabal

+ 7 - 1
chunked-crypto.cabal

@@ -4,7 +4,13 @@
 name:                chunked-crypto
 version:             0.1.0.0
 synopsis:            Chunked cryptography operations for lazy and random access to large data.
---description:
+description:
+	This library contain simple functions that encapsulate streamming
+	encryption primitives, supplying encryption of chunked data.
+	.
+	Most encryption primitives available at libraries do not fit well
+	random access and lazy consuption of big files. This library
+	provides those features.
 homepage:            https://sealgram.com/git/haskell/chunked-crypto
 license:             MIT
 license-file:        LICENSE