You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: