type scalarMultTest … var p256MultTests … func TestP256BaseMult(t *testing.T) { … } func TestP256Mult(t *testing.T) { … } type synthCombinedMult … func (s synthCombinedMult) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) { … } func TestP256CombinedMult(t *testing.T) { … } func TestIssue52075(t *testing.T) { … }