Searched defs:KeyInfoEcdsa (Results 1 – 1 of 1) sorted by relevance
48 struct KeyInfoEcdsa { struct49 CoseKeyCurve curve;50 byte_view pubKeyX;51 byte_view pubKeyY;53 bool operator==(const KeyInfoEcdsa& other) const { in operator ==()