tlsn icon indicating copy to clipboard operation
tlsn copied to clipboard

secp256k1 signer is not Ethereum compatible

Open sinui0 opened this issue 1 week ago • 0 comments

Our secp256k1 signer we provide in tlsn-core is not compatible with Ethereum as the k256 crate uses sha256 to hash the message. We should update our signer implementation to hash the message using keccak256. See example here.

sinui0 avatar Feb 19 '25 17:02 sinui0