Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkOnCurve (0.14 sec)

  1. lib/fips140/v1.0.0.zip

    t.Error("Scalar mul 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)...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top