|
@@ -4,7 +4,13 @@
|
|
name: chunked-crypto
|
|
name: chunked-crypto
|
|
version: 0.1.0.0
|
|
version: 0.1.0.0
|
|
synopsis: Chunked cryptography operations for lazy and random access to large data.
|
|
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
|
|
homepage: https://sealgram.com/git/haskell/chunked-crypto
|
|
license: MIT
|
|
license: MIT
|
|
license-file: LICENSE
|
|
license-file: LICENSE
|