tink-gcpkms 0.3.0

AWS-KMS integration for Rust port of Google's Tink cryptography library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tink-Rust: GCP-KMS integration

[![Docs](https://img.shields.io/badge/docs-rust-brightgreen?style=for-the-badge)](https://docs.rs/tink-gcpkms)
![MSRV](https://img.shields.io/badge/rustc-1.71.1+-yellow?style=for-the-badge)

This crate provides functionality for integrating Tink with [Google Cloud KMS](https://cloud.google.com/kms/docs/quickstart).

## License

[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

## Disclaimer

This is not an officially supported Google product.