commit | d4bbd7ef4c0d503a187e6ffe09d9b7d263da260b | [log] [tgz] |
---|---|---|
author | Thomas Holenstein <tholenst@google.com> | Mon Dec 18 03:58:19 2023 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 18 03:59:09 2023 -0800 |
tree | ba8f22abff069ae1739a6ebeb71b48b417824e34 | |
parent | f1d72ef2151b2f0780c56bc410b5a5312129413b [diff] |
Add tests for AesCtrHmacAead which aren't implied by the Parameter & Key objects. The parameter and key objects sometimes allow more flexibility than Tink in the default API. Hence, we test that the things which the key manager registers is actually reducing the capabilities. For AesCtrHmacAead, the only thing which falls under this currently is that the AES key size cannot be 192 bits. PiperOrigin-RevId: 591849331 Change-Id: I2515a2d34531da90c26c3b95341026d3fcc6ed64
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: