package
0.7.7-rc1
Repository: https://github.com/bahner/go-ma.git
Documentation: pkg.go.dev

# Functions

New creates a new Message instance.
A Broadcast message is just a message with no recipient.
No description provided by the author
No description provided by the author
Takes the envelope as a byte array and returns a pointer to an Envelope struct Basically this is what you do with a receieved message envelope, eg.
UnmarshalMessageFromCBOR unmarshals a Message from a CBOR byte slice and verifies the signature.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Message constants.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Bask the encrypted message and the encrypted symmetric key in a CBOR envelope.
This struct mimicks the Headers format, but it's *not* Headers.
This struct mimicks the Message format, but it's *not* Message.