Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 335 Bytes

encoding.md

File metadata and controls

8 lines (6 loc) · 335 Bytes

Encoding

All messages exchanged by different components in Oasis Core are encoded using canonical CBOR as defined by RFC 7049.

When describing different messages in the documentation, we use Go structs with field annotations that specify how different fields translate to their encoded form.