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
crypto-bigint: rename UInt::shr to UInt::shr_vartime (#590)
Renames this function to note that it's constant-time with respect to
the `self` value, but variable-time with respect to the amount the
`self` value is being shifted by.
0 commit comments