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
The on curve check for p384 consists of two equality verifications. This
is due to the coordinate size being 384 bits large which only fit in two
OTBN registers.
Create a negative test that triggers exactly that second equality check.
Signed-off-by: Siemen Dhooghe <sdhooghe@google.com>
0 commit comments