Searched defs:wycheproofTestGroupECDH (Results 1 – 1 of 1) sorted by relevance
261 type wycheproofTestGroupECDH struct { struct262 Curve string `json:"curve"`263 Encoding string `json:"encoding"`264 Type string `json:"type"`265 Tests []*wycheproofTestECDH `json:"tests"`1641 func (wtg *wycheproofTestGroupECDH) run(algorithm string, variant testVariant) bool {