changed key derivation function, using scrypt (from tarsnap) now instead of my own derivation function

This commit is contained in:
git@daemon.de
2014-01-16 15:25:09 +01:00
parent ce0ec4d5ec
commit 691786cc68
66 changed files with 5449 additions and 1042 deletions

View File

@@ -18,6 +18,7 @@ extern "C" {
#include "pcp/pad.h"
#include "pcp/platform.h"
#include "pcp/randomart.h"
#include "pcp/scrypt.h"
#include "pcp/uthash.h"
#include "pcp/vault.h"
#include "pcp/version.h"