Re-design of the original CryFS code to work as a library.
Go to file
2016-01-25 22:44:29 +01:00
implementations Fix RunLengthEncoding for older compilers 2015-12-14 18:14:03 +01:00
interface Add Block::resize() 2015-12-14 17:16:54 +01:00
test Add CompressingBlockStore 2015-12-14 17:17:16 +01:00
utils Make classes final if they're not meant to be derived from 2015-11-27 14:06:40 +01:00
.gitignore Added README/LICENCE 2015-02-17 00:27:24 +01:00
.travis.yml Use gcc 4.8 on travis to ensure compatibility 2015-11-24 15:17:48 +01:00
appveyor.yml Fix appveyor? 2015-05-04 22:13:50 +02:00
biicode.conf Update dependencies 2016-01-25 22:44:29 +01:00
CMakeLists.txt Fix for clang compiler 2015-06-10 17:18:34 +02:00
LICENSE Update LICENCE to LGPL 2015-03-12 16:22:16 +01:00
README.md Fix travis build icon 2015-09-13 10:55:44 +02:00

blockstore Build Status

Store (encrypted) fixed-size blocks of data in different backends. This is used by CryFS.