libcryfs/test/cpp-utils/crypto/symmetric/testutils/FakeAuthenticatedCipher.cpp

6 lines
112 B
C++
Raw Normal View History

2015-10-27 23:19:20 +01:00
#include "FakeAuthenticatedCipher.h"
namespace cpputils {
constexpr unsigned int FakeKey::BINARY_LENGTH;
}