Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/crypto/elliptic/elliptic_test.go

    		}
    	}
    }
    
    // TestInvalidCoordinates tests big.Int values that are not valid field elements
    // (negative or bigger than P). They are expected to return false from
    // IsOnCurve, all other behavior is undefined.
    func TestInvalidCoordinates(t *testing.T) {
    	t.Parallel()
    	testAllCurves(t, testInvalidCoordinates)
    }
    
    func testInvalidCoordinates(t *testing.T, curve Curve) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 27 02:00:03 UTC 2023
    - 11.6K bytes
    - Viewed (0)
Back to top