package
1.7.0
Repository: https://github.com/google/tink.git
Documentation: pkg.go.dev

# Functions

NewContext creates a new monitoring context.
NewKeysetInfo creates a new KeysetInfo.

# Constants

Destroyed keys don't exist in the keyset anymore.
Disabled keys can't be used, but can be re-enabled.
DoNotUse is intended to guard from failures that may be caused by future expansions.
Enabled keys can be used for cryptographic operations.

# Structs

Context defines a context for monitoring events, wich includes the primitive and API used, and information on the keyset.
Entry
Entry represents each entry inside a Keyset.
KeysetInfo represents a keyset in a certain point in time for the purpose of monitoring operations involving cryptographic keys.

# Interfaces

Client represents an interface to hold monitoring client context to create a `Logger`.
Logger is an interface for logging which can be created through a `Client`.

# Type aliases

KeyStatus represents KeyStatusType in tink/proto/tink.proto.