Lines Matching +full:check +full:- +full:examples
1 # Tink for Go HOW-TO
69 ----------------- | ------------------------------------------------
89 activities Tink provides a command-line tool, [Tinkey](TINKEY.md), which can be
113 keyURI = "gcp-kms://projects/tink-examples/locations/global/keyRings/foo/cryptoKeys/bar"
161 Check out the
162 [AEAD examples](https://pkg.go.dev/github.com/google/tink/go/aead#example-package).
175 Check out the
176 [Deterministic AEAD examples](https://pkg.go.dev/github.com/google/tink/go/daead#example-package).
185 Check out the
186 [MAC examples](https://pkg.go.dev/github.com/google/tink/go/mac#example-package).
197 Check out the
198 [digital signature examples](https://pkg.go.dev/github.com/google/tink/go/signature#example-package…
207 Check out the
208 [hybrid encryption examples](https://pkg.go.dev/github.com/google/tink/go/hybrid#example-package).
215 [envelope encryption](KEY-MANAGEMENT.md#envelope-encryption).
218 `gcp-kms://projects/tink-examples/locations/global/keyRings/foo/cryptoKeys/bar`
236 keyURI = "gcp-kms://projects/tink-examples/locations/global/keyRings/foo/cryptoKeys/bar"