Home
last modified time | relevance | path

Searched defs:ecdsaGroup (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tink/go/signature/subtle/
H A Dsubtle_test.go26 type ecdsaGroup struct { struct
27 testutil.WycheproofGroup
28 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"`