Searched defs:ecdsaTestGroup (Results 1 – 2 of 2) sorted by relevance
32 type ecdsaTestGroup struct { struct33 ID uint64 `json:"tgId"`34 Curve string `json:"curve"`35 SecretGenerationMode string `json:"secretGenerationMode,omitempty"`36 HashAlgo string `json:"hashAlg,omitEmpty"`37 ComponentTest bool `json:"componentTest"`38 Tests []struct {