Revision 27b061bb9ed1af1a6f538410bff443290e427e66 authored by ckl on 10 August 2022, 00:53:25 UTC, committed by Copybara-Service on 10 August 2022, 00:54:36 UTC
PiperOrigin-RevId: 466522403
1 parent d1ea07d
Raw File
README.md
# Tink

Tink is a crypto library that makes it easy and safe to use crypto without
having a background in cryptography. Tink provides secure APIs that are easy
to use correctly. It reduces common crypto pitfalls with user-centered design,
careful implementation and code reviews, and extensive testing. You can add
features like encryption, decryption and signing to your application with Tink;
the same library AdMob, Google Pay, the Android Search App and several Google
products also use to secure their applications.

Please visit [our developer site](../README.md) for more information.

## Getting Started

Please check the [Objective-C HOWTO](../docs/OBJC-HOWTO.md) to get started
with Tink.
back to top