This commit is contained in:
Sebastian Messmer 2014-12-07 22:38:48 +01:00
parent 2d45783414
commit 5413384ee3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <cstdio>
//TODO Rename to RandomData or something more speaking about what this class does.
class VirtualTestFile {
public:
VirtualTestFile(size_t size, long long int IV = 1);