#include "EncryptionKey.h" namespace blockstore { namespace encrypted { EncryptionKey::EncryptionKey() { } EncryptionKey::~EncryptionKey() { } } }