Add SHA512 hasher:

* Remove unused SHA256
This commit is contained in:
Vinnie Falco
2015-05-27 09:26:29 -07:00
parent d11510c34c
commit 360e3fb81e
12 changed files with 380 additions and 2434 deletions

View File

@@ -21,6 +21,4 @@
#include <BeastConfig.h>
#endif
#include <beast/crypto/impl/Sha256.cpp>
#include <beast/crypto/tests/base64.test.cpp>