This commit is contained in:
Sebastian Messmer 2015-04-25 02:25:55 +02:00
parent d8a6b23962
commit 0b2984888d

View File

@ -6,6 +6,9 @@
namespace cpputils {
//TODO Rewrite to using cpputils::Data (but take care that the cpputils::Data tests actually still test something, they use DataBlockFixture)
//TODO Add tests
class DataBlockFixture {
public:
DataBlockFixture(size_t size, long long int IV = 1);