Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 909 Bytes

File metadata and controls

27 lines (17 loc) · 909 Bytes

Message

Version

0.2.0

Note: This is the version of the message specification, not the message format.

Overview

A message is a formatted structure that contains encrypted data and associated metadata.

Structure

A message is a sequence of bytes that is the serialization of the following, in order:

If the message header contains an algorithm suite in the algorithm suite ID field that contains a signature algorithm, the message MUST also contain a message footer, serialized after the message body.