remove cryptopp dependency, add simple unittest for SHA256Transform()

This commit is contained in:
Nils Schneider
2011-09-27 20:16:07 +02:00
parent f4769e44a3
commit 6ccff2cbde
28 changed files with 87 additions and 6057 deletions

View File

@@ -5,7 +5,6 @@
#include "headers.h"
#include "db.h"
#include "cryptopp/sha.h"
#include "crypter.h"
using namespace std;