commit | 4412da173e7137adecf033f9cfeca3ad9cc87f18 | [log] [tgz] |
---|---|---|
author | Henry Jalonen <henkka@spheroid.fi> | Thu Sep 21 01:05:18 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 21 01:06:04 2023 -0700 |
tree | 9a68c4edf81e7d02f10a341b26cffe1f9da662de | |
parent | ad42346019afb5acd66f9f0454f6853fd69155c8 [diff] |
Copybara import of the project: -- 5c8e998bbba385b1c611cde77bcd600e006e3357 by Henry Jalonen <henkka@spheroid.fi>: Make InputStreamDecrypter.read() InputStream compliant Convert the read signed integer to unsigned before returning it, because it is the behavior defined in the InputStream interface. It also makes it possible to distinguish between errors and successful read operations. Fixes #10. PiperOrigin-RevId: 567219401 Change-Id: Ie6f2726e2a5bfd71015022c24463d7bd41357d16
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: