commit | b7fc665873bc5f5e82472332e13f6f7208afee06 | [log] [tgz] |
---|---|---|
author | Juerg Wullschleger <juerg@google.com> | Tue Sep 27 07:35:05 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 27 07:35:42 2022 -0700 |
tree | 2fe7e4d3052558d6781fd988c43e2b9f40b4cc85 | |
parent | 767bae6199ad29e367ac1392203d06f3e4b12309 [diff] |
Rewrite the daead "integration tests" that test the whole daead package. I renamed them to DaeadTest because integration is usually used for larger tests that test the integration of several systems. These tests now only use the public API of Tink, and show how the daead package can be used. PiperOrigin-RevId: 477167128 Change-Id: I4505aba201ade3766e7eec777f1060bf72a47c6c
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: