Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks.
This is Tink Go AWS KMS Extension 2.1.0
What's new
The complete list of changes since 2.0.0 can be found here.
- Changed target Go language version to 1.21
- Upgraded dependencies:
- Go:
- Upgraded
github.com/aws/aws-sdk-go
to v1.49.21 - Upgraded
golang.org/x/crypto
to v0.17.0 - Upgraded
golang.org/x/sys
to v0.15.0 - Upgraded
github.com/tink-crypto/tink-go
to v2.1.0 - Upgraded
google.golang.org/protobuf
to v1.33.0
- Upgraded
- Bazel
- Upgraded to Bazel 6.4.0
- Added Bzlmod build configuration
- Go:
Get started
To get started using Tink, see the setup guide.
Go Tooling
go get github.com/tink-crypto/tink-go-awskms/[email protected]
Bazel
You can use tink-go-awskms in your Bazel proejct using Gazelle.