Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddAffine (0.06 sec)

  1. lib/fips140/v1.0.0.zip

    table.SelectInto(&tmp3, 35) table.SelectInto(&tmp4, 25) // Expect T1 + T2 = T3 + T4 var accP1xP1 projP1xP1 lhs := NewIdentityPoint() rhs := NewIdentityPoint() accP1xP1.AddAffine(lhs, &tmp1) lhs.fromP1xP1(&accP1xP1) accP1xP1.AddAffine(lhs, &tmp2) lhs.fromP1xP1(&accP1xP1) accP1xP1.AddAffine(rhs, &tmp3) rhs.fromP1xP1(&accP1xP1) accP1xP1.AddAffine(rhs, &tmp4) rhs.fromP1xP1(&accP1xP1) if lhs.Equal(rhs) != 1 { t.Errorf("Consistency check on nafLookupTable8 failed") } } golang.org/fips140@v1.0.0/fips140/v1.0.0/fips140.go...
    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