github tink-crypto/tink v1.1.1
Tink v1.1.1

latest releases: v1.7.0, go/v1.7.0, v1.6.1...
5 years ago

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.

Javadoc

Don't miss a new tink release

NewReleases is sending notifications on new releases.