You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2021. It is now read-only.
The common interface in secp256k1 is to pass a function pointer to the hash function so you can easily replace the hash function if needed.
that is missing in the ECMH interface
Probably the simplest way would be to implement a dummy hash function in go-secp that will just return the coordinates and then hash them via the supplied go callback outside of C.