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

question about fast pedersen hash implementation #9

Open
sc0Vu opened this issue Jul 10, 2024 · 1 comment
Open

question about fast pedersen hash implementation #9

sc0Vu opened this issue Jul 10, 2024 · 1 comment

Comments

@sc0Vu
Copy link

sc0Vu commented Jul 10, 2024

Thanks for this great library. The robust features and functionality it provides have been invaluable to my projects.

I have recently come across the Fast Pedersen Hash implementation in Cairo Lang, which appears to maintain constant-time execution as seen in its source code (https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/crypto/signature/fast_pedersen_hash.py). However, the Pedersen Hash implementation in the library may not be constant-time. I wonder if there have been any considerations or plans to incorporate a constant-time Fast Pedersen Hash implementation into this library.

@paulmillr
Copy link
Owner

Why? What is your threat model?

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