Searched defs:KeyInfoEcdsa (Results 1 – 1 of 1) sorted by relevance
41 struct KeyInfoEcdsa { struct42 CoseKeyCurve curve;43 byte_view pubKeyX;44 byte_view pubKeyY;46 bool operator==(const KeyInfoEcdsa& other) const { in operator ==()