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
primefield: better field element hex parsing (#1473)
Ensures hex strings are always sized appropriately to the modulus, which
also ensures the size is consistent on 32-bit and 64-bit targets.
Notably this impacts P-224 where there was previously some special
casing on `target_pointer_width`.
0 commit comments