mirror of
https://github.com/vgough/encfs.git
synced 2025-08-03 19:50:50 +02:00
git-svn-id: http://encfs.googlecode.com/svn/trunk@121 db9cf616-1c43-0410-9cb8-a902689de0d6
12 lines
140 B
C++
12 lines
140 B
C++
#include "cipher/PBKDF.h"
|
|
|
|
namespace encfs {
|
|
|
|
DEFINE_REGISTERABLE_TYPE(PBKDF)
|
|
|
|
PBKDF::PBKDF() {}
|
|
|
|
PBKDF::~PBKDF() {}
|
|
|
|
} // namespace encfs
|