Searched defs:wycheproofTestGroupEdDSA (Results 1 – 1 of 1) sorted by relevance
359 type wycheproofTestGroupEdDSA struct { struct360 JWK *wycheproofJWKEdDSA `json:"jwk"`361 Key *wycheproofEdDSAKey `json:"key"`362 KeyDer string `json:"keyDer"`363 KeyPem string `json:"keyPem"`364 Type string `json:"type"`365 Tests []*wycheproofTestEdDSA `json:"tests"`1974 func (wtg *wycheproofTestGroupEdDSA) run(algorithm string, variant testVariant) bool {