interfaces

package
v0.0.0-...-001208e Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Asymmetric

type Asymmetric interface {
	Encrypt([]byte, []byte) ([]byte, error)
	Decrypt([]byte) ([]byte, error)
	PubKey() []byte
}

msg crypter

type Onioner

type Onioner interface {
	PubKey() []byte
	PrivKey() []byte
	Address() string
}

tor onion address

type Symmetric

type Symmetric interface {
	Encrypt([]byte, string) ([]byte, error)
	Decrypt([]byte, string) ([]byte, error)
}

auth

Jump to

Keyboard shortcuts

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