This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
Tink v1.1.1
Tink is a multi-language, cross-platform library that provides an easy, simple, secure, and agile API for common cryptographic tasks.
This is a minor release which includes a fix for a build error (#94) and documentation cleanup.
Installation
Java developers can install Tink using Maven:
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink</artifactId>
<version>1.1.1</version>
</dependency>
Android developers can install Tink using Gradle:
dependencies {
compile 'com.google.crypto.tink:tink-android:1.1.1'
}
For usage, please see the Java HOWTO. A list of known issues is provided here.