mirror of
https://github.com/vgough/encfs.git
synced 2025-04-11 04:48:51 +02:00
git-svn-id: http://encfs.googlecode.com/svn/trunk@94 db9cf616-1c43-0410-9cb8-a902689de0d6
17 lines
143 B
C++
17 lines
143 B
C++
#include "cipher/PBKDF.h"
|
|
|
|
namespace encfs {
|
|
|
|
DEFINE_REGISTERABLE_TYPE(PBKDF)
|
|
|
|
PBKDF::PBKDF()
|
|
{
|
|
}
|
|
|
|
PBKDF::~PBKDF()
|
|
{
|
|
}
|
|
|
|
} // namespace encfs
|
|
|