mirror of
https://github.com/vgough/encfs.git
synced 2025-08-14 07:58:31 +02:00
encapsulate old cipher support layer
git-svn-id: http://encfs.googlecode.com/svn/trunk@95 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
@ -57,12 +57,13 @@ namespace MemoryPool
|
||||
void destroyAll();
|
||||
}
|
||||
|
||||
struct SecureMem
|
||||
class SecureMem
|
||||
{
|
||||
public:
|
||||
int size;
|
||||
byte *data;
|
||||
|
||||
SecureMem(int len);
|
||||
explicit SecureMem(int len);
|
||||
~SecureMem();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user