#include "cipher/MAC.h" namespace encfs { DEFINE_REGISTERABLE_TYPE(MessageAuthenticationCode) MessageAuthenticationCode::MessageAuthenticationCode() { } MessageAuthenticationCode::~MessageAuthenticationCode() { } } // namespace encfs