Added reference to other repositories to README

This commit is contained in:
Sebastian Messmer 2015-09-12 20:49:42 +02:00
parent 8db80d5ebf
commit 55f97c2042
1 changed files with 7 additions and 0 deletions

View File

@ -2,3 +2,10 @@
Cryptographic filesystem for the cloud
See http://www.cryfs.org
This repository contains the filesystem implementation. There are submodules in the following repositores:
- [Blockstore](https://github.com/cryfs/blockstore): Store (encrypted) fixed-size blocks of data in different backends
- [Blobstore](https://github.com/cryfs/blobstore): Store resizeable blobs of data using blocks from a blockstore
- [ParallelAccessStore](https://github.com/cryfs/parallelaccessstore): Concurrency primitive for Blockstore/Blobstore
- [Fs++](https://github.com/cryfs/fspp): Implement a file system against a platform independent interface