Skip to content
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

Keccak256 and secp256k1 signature verification #360

Open
HDauven opened this issue May 10, 2024 · 0 comments
Open

Keccak256 and secp256k1 signature verification #360

HDauven opened this issue May 10, 2024 · 0 comments
Labels
type:feature implementing a new feature

Comments

@HDauven
Copy link
Member

HDauven commented May 10, 2024

Summary

To allow for compatibility with Ethereum signatures for certain use cases, we should introduce host functions for the Keccak256 hashing algorithm and the secpk256k1 signature curve used in Ethereum's ECDSA implementation.

Possible solution design or implementation

introduce two new host functions for Keccack256 and secp256k1 signature verification.

@HDauven HDauven added the type:feature implementing a new feature label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature implementing a new feature
Projects
None yet
Development

No branches or pull requests

1 participant