#ifndef __SHA512_H__ #define __SHA512_H__ #include using namespace std; string hash_sha512_cpp(string msg_arr); #endif