Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libcrypto/wycheproof/
Dwycheproof.go359 type wycheproofTestGroupEdDSA struct { struct
360 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 {