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

# Packages

Package aead provides implementations of the AEAD primitive.
No description provided by the author
Package daead provides implementations of the DeterministicAEAD primitive.
Package hybrid provides implementations of the Hybrid Encryption primitive.
Package insecurecleartextkeyset provides methods to read or write cleartext keyset material.
No description provided by the author
Package jwt implements a subset of JSON Web Token (JWT) as defined by RFC 7519 (https://tools.ietf.org/html/rfc7519) that is considered safe and most often used.
Package keyset provides methods to generate, read, write or validate keysets.
No description provided by the author
Package mac provides implementations of the MAC primitive.
Package monitoring defines the structs and interfaces for monitoring primitives with Tink.
Package prf contains utilities to calculate pseudo random function families.
No description provided by the author
Package signature provides implementations of the Signer and Verifier primitives.
Package streamingaead provides implementations of the streaming AEAD primitive.
Package subtle provides common methods needed in subtle implementations.
No description provided by the author
Package testkeyset provides for test code methods to read or write cleartext keyset material.
Package testutil provides common methods needed in test code.
Package tink provides the abstract interfaces of the primitives supported by Tink.