github.com/ledgerwatch/erigon-lib@v1.0.0/pedersen_hash/ffi_pedersen_hash.h (about)

     1  #ifndef STARKWARE_CRYPTO_FFI_PEDERSEN_HASH_H_
     2  #define STARKWARE_CRYPTO_FFI_PEDERSEN_HASH_H_
     3  
     4  int Hash(const char* in1, const char* in2, char* out);
     5  int GoHash(const char* in1, const char* in2, char* out);
     6  
     7  #endif  // STARKWARE_CRYPTO_FFI_PEDERSEN_HASH_H_