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

Implement risc zero accelerator on p256 #4

Closed
wants to merge 1 commit into from

Conversation

tsumian
Copy link

@tsumian tsumian commented Jul 3, 2024

Description

Building on risc0/risc0#466 and referencing #1, this PR enables the use of the RISC Zero 256-bit modular multiplication accelerator within guest code for p256 arithmetic, including ECDSA.

A key application, ECDSA verification is accelerated significantly from a little over 13M cycles without acceleration support to about 8M cycles.

Based on [email protected]

Testing

@tsumian tsumian closed this Jul 3, 2024
@tsumian tsumian deleted the risczero-sm branch July 3, 2024 03:14
@tsumian tsumian restored the risczero-sm branch July 3, 2024 03:15
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

Successfully merging this pull request may close these issues.

1 participant