Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNafLookupTable5 (0.12 sec)

  1. src/crypto/internal/edwards25519/tables_test.go

    	accP1xP1.AddAffine(accP3, &tmp3)
    	accP3.fromP1xP1(&accP1xP1)
    
    	if accP3.Equal(I) != 1 {
    		t.Errorf("Consistency check on ProjLookupTable.SelectInto failed!  %x %x %x", tmp1, tmp2, tmp3)
    	}
    }
    
    func TestNafLookupTable5(t *testing.T) {
    	var table nafLookupTable5
    	table.FromP3(B)
    
    	var tmp1, tmp2, tmp3, tmp4 projCached
    	table.SelectInto(&tmp1, 9)
    	table.SelectInto(&tmp2, 11)
    	table.SelectInto(&tmp3, 7)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:10 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top