Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Onion ¶
type Onion interface {
Encode(b slice.Bytes, c *slice.Cursor)
Decode(b slice.Bytes, c *slice.Cursor) (e error)
Len() int
Inner() Onion
Insert(on Onion)
}
Onion is an interface for the layers of messages each encrypted inside a OnionSkin, which provides the cipher for the inner layers inside it.
Click to show internal directories.
Click to hide internal directories.