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.go
- Version
- v1.7.2
- Published
- May 30, 2024
- Platform
- js/wasm
- Last checked
-
1 hour ago
–
Tools for package owners.