Searched defs:ecdhGroup (Results 1 – 1 of 1) sorted by relevance
27 type ecdhGroup struct { struct28 testutil.WycheproofGroup29 Curve string `json:"curve"`30 Encoding string `json:"encoding"`31 Type string `json:"type"`32 Tests []*ecdhCase `json:"tests"`