-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Crypto contract compatible with Ethereum #537
Comments
We need keccak256 ! |
To deal with cross chain message from EVM compatible chain, keccak256 is necessary. |
I think there are two things we are missing:
|
We need keccak256 ! |
Is there still a need for a custom tag? cc @tarakby |
@turbolent custom tags can be used when verifying ECDSA signatures so I guess you can tick the second item of the issue. |
@tarakby Sounds good! Does that mean we can close the issue as done? |
Yes, enabling Keccak and custom tags is done (the items on the issue description). However this doesn't mean the crypto of Cadence is totally compatible with Ethereum (title of the issue) because the equivalent of |
Issue To Be Solved
It would be nice to verify Ethereum signatures in a Cadence contract.
Suggested Solution
The text was updated successfully, but these errors were encountered: