Documentation ¶
Overview ¶
Package insecurecleartextkeyset provides methods to read or write cleartext keyset material.
This package contains dangerous functions, and is separate from the rest of Tink so that its usage can be restricted and audited.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // KeysetHandle creates a keyset.Handle from cleartext key material. KeysetHandle = internal.KeysetHandle.(func(*tinkpb.Keyset) *keyset.Handle) // KeysetMaterial returns the key material contained in a keyset.Handle. KeysetMaterial = internal.KeysetMaterial.(func(*keyset.Handle) *tinkpb.Keyset) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.