Searched defs:KeyInfo (Results 1 – 1 of 1) sorted by relevance
45 struct KeyInfo { struct46 CoseKeyCurve curve;47 byte_view pubkey;51 bool operator==(const KeyInfo& other) const { in operator ==()