mirror of
https://github.com/vgough/encfs.git
synced 2025-08-09 14:04:59 +02:00
break out cipher primitives, add unit tests
git-svn-id: http://encfs.googlecode.com/svn/trunk@94 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
16
cipher/PBKDF.cpp
Normal file
16
cipher/PBKDF.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
#include "cipher/PBKDF.h"
|
||||
|
||||
namespace encfs {
|
||||
|
||||
DEFINE_REGISTERABLE_TYPE(PBKDF)
|
||||
|
||||
PBKDF::PBKDF()
|
||||
{
|
||||
}
|
||||
|
||||
PBKDF::~PBKDF()
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace encfs
|
||||
|
Reference in New Issue
Block a user