mirror of
https://github.com/vgough/encfs.git
synced 2024-12-03 21:35:52 +01:00
f00ef5c6d3
git-svn-id: http://encfs.googlecode.com/svn/trunk@94 db9cf616-1c43-0410-9cb8-a902689de0d6
17 lines
241 B
C++
17 lines
241 B
C++
#include "cipher/MAC.h"
|
|
|
|
namespace encfs {
|
|
|
|
DEFINE_REGISTERABLE_TYPE(MessageAuthenticationCode)
|
|
|
|
MessageAuthenticationCode::MessageAuthenticationCode()
|
|
{
|
|
}
|
|
|
|
MessageAuthenticationCode::~MessageAuthenticationCode()
|
|
{
|
|
}
|
|
|
|
} // namespace encfs
|
|
|