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
srp is implemented in terms of the num-bigint crate, which automatically eliminates "limbs" in its bignums which contain leading zeros. This leads to all sorts of data-dependent timing behavior, similar to RustCrypto/RSA#19