hdac SDK
SDK for hdac blockchain development
|
hs_structs 소스 파일. 더 자세히 ...
#include "hs_structs.h"
#include <crypto/sha256.h>
#include <fstream>
#include <iostream>
#include <utils/base64.h>
함수 | |
vector< unsigned char > | obtainHash (const string &input) |
input 스트링 문자열에 대하여 vector 형 hash 를 만들어 준다. 더 자세히 ... | |
vector< unsigned char > | hashFromFile (const string &filename) |
파일에 대하여 vector 형 hash 를 만들어 준다. 더 자세히 ... | |
hs_structs 소스 파일.
vector<unsigned char> hashFromFile | ( | const string & | filename | ) |