changed asym decryption to pbp scheme, compatibility untested yet, but works pcp-internally already

This commit is contained in:
git@daemon.de
2014-01-22 16:23:30 +01:00
parent 26d4ee43c5
commit 7b56ab60a6
5 changed files with 148 additions and 141 deletions

View File

@@ -32,6 +32,7 @@
#include "defines.h"
#include "mem.h"
#include "key.h"
#include "keyhash.h"
size_t pcp_sodium_box(unsigned char **cipher,
unsigned char *cleartext,