encryption

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: BSD-3-Clause, MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Deterministic = Type{
	Deterministic: true,
	Name:          "Deterministic",
	Value:         1,
}
View Source
var Plaintext = Type{
	Deterministic: false,
	Name:          "Plaintext",
	Value:         0,
}
View Source
var Randomized = Type{
	Deterministic: false,
	Name:          "Randomized",
	Value:         2,
}

Functions

This section is empty.

Types

type Type

type Type struct {
	Deterministic bool
	Name          string
	Value         byte
}

func From

func From(encType byte) Type

Jump to

Keyboard shortcuts

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