- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestVarTimeDoubleBas (0.2 sec)
-
lib/fips140/v1.0.0.zip
does not match dalek") } checkOnCurve(t, &p) } func TestBaseMultVsDalek(t *testing.T) { var p Point p.ScalarBaseMult(dalekScalar) if dalekScalarBasepoint.Equal(&p) != 1 { t.Error("Scalar mul does not match dalek") } checkOnCurve(t, &p) } func TestVarTimeDoubleBas(t *testing.T) { var p Point var z Scalar p.VarTimeDoubleScalarB(dalekScalar, B, &z) if dalekScalarBasepoint.Equal(&p) != 1 { t.Error("VarTimeDoubleScalarB fails with b=0") } checkOnCurve(t, &p) p.VarTimeDoubleScalarB(&z, B, dalekScalar) if...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)