Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBasepointTableGeneration (0.28 sec)

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

    		checkOnCurve(t, &p, &q)
    
    		return p.Equal(&q) == 1
    	}
    
    	if err := quick.Check(scalarMultNonIdentityPoint, quickCheckConfig(32)); err != nil {
    		t.Error(err)
    	}
    }
    
    func TestBasepointTableGeneration(t *testing.T) {
    	// The basepoint table is 32 affineLookupTables,
    	// corresponding to (16^2i)*B for table i.
    	basepointTable := basepointTable()
    
    	tmp1 := &projP1xP1{}
    	tmp2 := &projP2{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 17:26:17 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top