commit | 06498bf912eb205d1b1a3c0ce1d2f48c7a2f8194 | [log] [tgz] |
---|---|---|
author | Thomas Holenstein <tholenst@google.com> | Thu Feb 16 00:54:59 2023 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 16 00:55:54 2023 -0800 |
tree | 12a32602312f5fbbdec036ca85d040396839b805 | |
parent | 41e7486807df0765591961025ecfc6921ff0a015 [diff] |
Disallow SHA224 and SHA384 for HKDF in AesCtrHmacStreamingKey objects. I think it's better to disallow these than to expand the implementation in C++. This is not a standard type, so we get to define it. PiperOrigin-RevId: 510067278 Change-Id: Id50c0bc4fe462d0c91ee9ebd24ccffa92b941df5
Test | GCP Ubuntu | MacOS |
---|---|---|
Tink (Bazel) | ||
Tink Examples |
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: