Documentation
¶
Overview ¶
Package insecure provides functions that create KeysetHandle from cleartext key 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 ¶
This section is empty.
Functions ¶
func KeysetHandle ¶
func KeysetHandle(ks *tinkpb.Keyset) (*tink.KeysetHandle, error)
KeysetHandle creates a new instance of KeysetHandle using the given keyset.
func KeysetHandleFromSerializedProto ¶
func KeysetHandleFromSerializedProto(serialized []byte) (*tink.KeysetHandle, error)
KeysetHandleFromSerializedProto creates a new instance of KeysetHandle from the given serialized keyset proto.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.