first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef __SHA512_H__
|
||||
#define __SHA512_H__
|
||||
|
||||
#include<string>
|
||||
using namespace std;
|
||||
|
||||
string hash_sha512_cpp(string msg_arr);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user