Searched defs:ecdsaGroup (Results 1 – 1 of 1) sorted by relevance
26 type ecdsaGroup struct { struct27 testutil.WycheproofGroup28 JWK *ecdsaJWK `json:"jwk,omitempty"`29 KeyDER string `json:"keyDer"`30 KeyPEM string `json:"keyPem"`31 SHA string `json:"sha"`32 Type string `json:"type"`33 Key *ecdsaTestKey `json:"key"`34 Tests []*ecdsaCase `json:"tests"`