types

package
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2023 License: Unlicense Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL