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

SoftConfirmation and Sov-Tx's uses ECDSA signatures #1765

Open
eyusufatik opened this issue Jan 30, 2025 · 0 comments
Open

SoftConfirmation and Sov-Tx's uses ECDSA signatures #1765

eyusufatik opened this issue Jan 30, 2025 · 0 comments
Assignees
Milestone

Comments

@eyusufatik
Copy link
Member

A big part of our cycle counts are due to sha512 hashes, which we only use in soft confirmation and sov-tx signatures.

These are coming from ed25519-dalek signatures.

With the new precompile for k256, we can start using ECDSA over secp256k1.

This should support old blocks as well, so make use of fork handling.

However let's start by benchmarking verification of both algorithms in zkvm.

@eyusufatik eyusufatik added this to the Mainnet Must milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants