commit | bf70cc21c25cbf1eb04ce552173de87e98f11b10 | [log] [tgz] |
---|---|---|
author | Thomas Holenstein <tholenst@google.com> | Mon Jan 08 05:06:52 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 08 05:08:00 2024 -0800 |
tree | b7d7e42eec4681ec0dd4c872129ddc1d6d6f1a39 | |
parent | d2acbc3d7b31e69640c314862904025cfe014ea2 [diff] |
Inline methods from HmacKeyManager. We will remove/deprecate the HmacKeyManager constructor. Hence we inline the usages of methods from there in this manager. PiperOrigin-RevId: 596559344 Change-Id: Ief1bc56756971ec4700c0a760fe666215ddbc1f3
Test | GCP Ubuntu | MacOS |
---|---|---|
Bazel | ||
Maven | N/A |
Using crypto in your application shouldn't have to feel like juggling chainsaws in the dark. Tink is a crypto library written by a group of cryptographers and security engineers at Google. It was born out of our extensive experience working with Google's product teams, fixing weaknesses in implementations, and providing simple APIs that can be used safely without needing a crypto background.
Tink provides secure APIs that are easy to use correctly and hard(er) to misuse. It reduces common crypto pitfalls with user-centered design, careful implementation and code reviews, and extensive testing. At Google, Tink is one of the standard crypto libraries, and has been deployed in hundreds of products and systems.
To get a quick overview of Tink's design please take a look at Tink's goals.
The official documentation is available at https://developers.google.com/tink.
If you want to contribute, please read CONTRIBUTING and send us pull requests. You can also report bugs or file feature requests.
If you'd like to talk to the developers or get notified about major product updates, you may want to subscribe to our mailing list.
Tink is maintained by (A-Z):
Alumni: