Searched defs:wycheproofTestX25519 (Results 1 – 1 of 1) sorted by relevance
557 type wycheproofTestX25519 struct { struct558 TCID int `json:"tcId"`559 Comment string `json:"comment"`560 Curve string `json:"curve"`561 Public string `json:"public"`562 Private string `json:"private"`563 Shared string `json:"shared"`564 Result string `json:"result"`565 Flags []string `json:"flags"`568 func (wt *wycheproofTestX25519) String() string {[all …]