erigon-pulse/pedersen_hash/ffi_pedersen_hash.h
primal_concrete_sledge c4805e0262
WIP: issue/issue-281-create_binding_to_pedersen_hash (#301)
* issue/issue-281-create_binding_to_pedersen_hash

* Add //nolint

* Add more nolints

* move nolint

* Remove nolit

* Add gcc install

* Upd .ci

* Remove staticcheck

* Add envs

* try to exclude pedersen_hash from test

* try to fix mac os build

* Add include for mac os

* Add include for mac os

* Fix runner_os

* remove test for macos

* Change restrictions

* restrict tests to ubuntu

* Try test windows

* Add build constraint
2022-02-10 14:47:28 +00:00

8 lines
255 B
C

#ifndef STARKWARE_CRYPTO_FFI_PEDERSEN_HASH_H_
#define STARKWARE_CRYPTO_FFI_PEDERSEN_HASH_H_
int Hash(const char* in1, const char* in2, char* out);
int GoHash(const char* in1, const char* in2, char* out);
#endif // STARKWARE_CRYPTO_FFI_PEDERSEN_HASH_H_