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

feat: use poseidon instead of pedersen builtins #141

Closed
ClementWalter opened this issue Nov 28, 2024 · 1 comment
Closed

feat: use poseidon instead of pedersen builtins #141

ClementWalter opened this issue Nov 28, 2024 · 1 comment
Labels
good first issue Good for newcomers
Milestone

Comments

@ClementWalter
Copy link
Member

Why

According to Starkware's latest numbers, poseidon is 10x cheaper than pedersen.

What

In the current codebase, we use hashing only to compute storage keys in the account.cairo

How

Replace all the pedersen instances with a poseidon one

@ClementWalter ClementWalter added the good first issue Good for newcomers label Nov 28, 2024
@ClementWalter ClementWalter added this to the Optimization milestone Nov 28, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Keth Nov 28, 2024
@Thirumurugan7
Copy link

I would like to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Done
Development

No branches or pull requests

2 participants