github.com/ledgerwatch/erigon-lib@v1.0.0/pedersen_hash/hash.h (about) 1 #ifdef __cplusplus 2 extern "C" { 3 #endif 4 5 int CHash(const char* in1, const char* in2, char* out); 6 7 #ifdef __cplusplus 8 } 9 #endif