tlsn
tlsn copied to clipboard
secp256k1 signer is not Ethereum compatible
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.