Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEquivalents (0.2 sec)

  1. src/crypto/internal/nistec/nistec_test.go

    	ScalarBaseMult([]byte) (T, error)
    }
    
    func TestEquivalents(t *testing.T) {
    	t.Run("P224", func(t *testing.T) {
    		testEquivalents(t, nistec.NewP224Point, elliptic.P224())
    	})
    	t.Run("P256", func(t *testing.T) {
    		testEquivalents(t, nistec.NewP256Point, elliptic.P256())
    	})
    	t.Run("P384", func(t *testing.T) {
    		testEquivalents(t, nistec.NewP384Point, elliptic.P384())
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 12 18:48:23 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top