Marcos Dumay de Medeiros пре 9 година
родитељ
комит
ae6c764113
1 измењених фајлова са 7 додато и 1 уклоњено
  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