libcryfs/data
2015-10-16 02:46:17 +02:00
..
Data.cpp Added Data::dataOffset() and made most Data functions inline 2015-10-05 02:28:53 +02:00
Data.h Added Data::dataOffset() and made most Data functions inline 2015-10-05 02:28:53 +02:00
DataFixture.cpp Started replacing DataBlockFixture with DataFixture. 2015-04-25 13:20:26 +02:00
DataFixture.h Unify (and fix) include guards 2015-10-15 12:58:16 +02:00
FixedSizeData.h Added new random pool library and FixedSizeData:CreatePseudoRandom() uses it. This generates pseudorandom data in another thread and keeps a pool instead of calling the pseudorandom algorithm each time. Since that algorithm needs to be mutexed, that caused quite a lot of locking before 2015-10-16 02:46:17 +02:00