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
SetBytes doesn't need to be constant time for the uses we make of it in the standard library (ECDH and ECDSA/SM2 public keys), but it doesn't cost much to make it constant time for users of the re-exported package, or even just to save the next person from convincing themselves that it's ok for it not to be constant time.
The text was updated successfully, but these errors were encountered:
SetBytes doesn't need to be constant time for the uses we make of it in the standard library (ECDH and ECDSA/SM2 public keys), but it doesn't cost much to make it constant time for users of the re-exported package, or even just to save the next person from convincing themselves that it's ok for it not to be constant time.
The text was updated successfully, but these errors were encountered: