libcryfs/test/crypto/symmetric/testutils/FakeAuthenticatedCipher.cpp
2015-10-27 23:19:20 +01:00

6 lines
112 B
C++

#include "FakeAuthenticatedCipher.h"
namespace cpputils {
constexpr unsigned int FakeKey::BINARY_LENGTH;
}