package encryption

import "github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption"

Index

Variables

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

Types

type Type

type Type struct {
	Deterministic bool
	Name          string
	Value         byte
}

func From

func From(encType byte) Type

Source Files

type.go

Version
v1.7.2
Published
May 30, 2024
Platform
windows/amd64
Last checked
27 minutes ago

Tools for package owners.