C++ Implementation of SHA-512 and SHA-384 hashing algorithm
#include "SHA512CryptoServiceProvider.h"
////
SHA512CryptoServiceProvider s;
string hash = s.Hashing("a");
#include "SHA384CryptoServiceProvider.h"
////
SHA384CryptoServiceProvider s;
string hash = s.Hashing("a");