You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds an `adapters` crate to implement CBOR encoding/decoding for
external types.
Uses mostly CBOR maps for a slightly more verbose encoding which may
be easier to parse in other languages.
As an additonal demo, the certifier protocol messages are also CBOR now.
0 commit comments