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
We compute mask by using the pow method but we could use some bitwise operators there (need to check if index > 128 and do the bitshifting accordingly!)
We compute
mask
by using thepow
method but we could use some bitwise operators there (need to check if index > 128 and do the bitshifting accordingly!)sx-starknet/starknet/src/utils/bits.cairo
Line 16 in 687401f
The text was updated successfully, but these errors were encountered: