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
So I saw this comment and I think I figured out a root cause. When I was using the secp256k1 library maintained by haskoin here I discovered that the signature public key recovery only works if the r and s values are reversed...I would like to get this fixed but I haven't been able to get any correspondence from the project maintainers.
I believe that it is problematic that the library provides an incorrect implementation. What is the usual way to deal with things like this?
The text was updated successfully, but these errors were encountered:
hs-web3/src/Network/Ethereum/Web3/Transaction.hs
Line 53 in 853febc
So I saw this comment and I think I figured out a root cause. When I was using the secp256k1 library maintained by haskoin here I discovered that the signature public key recovery only works if the r and s values are reversed...I would like to get this fixed but I haven't been able to get any correspondence from the project maintainers.
I believe that it is problematic that the library provides an incorrect implementation. What is the usual way to deal with things like this?
The text was updated successfully, but these errors were encountered: