Searched defs:KeyInfo (Results 1 – 1 of 1) sorted by relevance
48 struct KeyInfo { struct49 CoseKeyCurve curve;50 byte_view pubkey;54 bool operator==(const KeyInfo& other) const { in operator ==()