Versions in this module Expand all Collapse all v0 v0.1.20 Jul 19, 2023 Changes in this version + const MessageLen + const MessageMagic + const ReplyCiphersLen + func Gen() codec.Codec + type Message struct + Address *crypto.Pub + Forward *hidden.ReplyHeader + Forwards [2]*sessions.Data + ID nonce.ID + Payload slice.Bytes + Re nonce.ID + Return *hidden.ReplyHeader + func NewMessage() (msg *Message) + func (x *Message) Account(res *sess.Data, sm *sess.Manager, s *sessions.Data, last bool) (skip bool, sd *sessions.Data) + func (x *Message) Decode(s *splice.Splice) (e error) + func (x *Message) Encode(s *splice.Splice) (e error) + func (x *Message) Handle(s *splice.Splice, p ont.Onion, ng ont.Ngin) (e error) + func (x *Message) Len() int + func (x *Message) Magic() string + func (x *Message) Unwrap() interface{} + func (x *Message) Wrap(inner ont.Onion)