Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestP224GenericBaseMult (0.15 sec)

  1. src/crypto/elliptic/p224_test.go

    			t.Errorf("%d: bad output for k=%s: got (%x, %x), want (%s, %s)", i, e.k, x, y, e.x, e.y)
    		}
    		if testing.Short() && i > 5 {
    			break
    		}
    	}
    }
    
    func TestP224GenericBaseMult(t *testing.T) {
    	// We use the P224 CurveParams directly in order to test the generic implementation.
    	p224 := genericParamsForCurve(P224())
    	for i, e := range p224BaseMultTests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 05 19:01:13 UTC 2021
    - 10.7K bytes
    - Viewed (0)
Back to top