Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Minor style nitpicks.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 245484703
GitOrigin-RevId: 5a87c451b1bf90b5c9acc751be8b3a3589e6de8e
  • Loading branch information
chuckx committed May 2, 2019
1 parent a39a7cb commit 1e82a29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Tink

*A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.*

**`Ubuntu`** | **`macOS`**
---------------------------------------------------------------------------------------------- | -----------
[![Kokoro Ubuntu](https://storage.googleapis.com/tink-kokoro-build-badges/tink-ubuntu.png)](#) | [![Kokoro macOS](https://storage.googleapis.com/tink-kokoro-build-badges/tink-macos.png)](#)

## Index

1. [Introduction](#introduction)
2. [Getting Started](#getting-started)
3. [Current Status](#current-status)
Expand Down Expand Up @@ -35,7 +37,6 @@ To get a quick overview of Tink design please take a look at
talk about Tink](https://www.youtube.com/watch?v=pqev9r3rUJs&t=9665) presented
at [Real World Crypto 2019](https://rwc.iacr.org/2019/).


## Getting started

**TIP** The easiest way to get started with Tink is to install
Expand Down Expand Up @@ -93,7 +94,7 @@ AEAD primitive in Java:
byte[] ciphertext = aead.encrypt(plaintext, associatedData);
```

## Current Status
## Current status

* [Java and Android](docs/JAVA-HOWTO.md), [C++](docs/CPP-HOWTO.md) and
[Obj-C](docs/OBJC-HOWTO.md) are field tested and ready for production. The
Expand All @@ -103,7 +104,7 @@ AEAD primitive in Java:

* Tink for Go and JavaScript are in active development.

## Learn More
## Learn more

* [Java HOW-TO](docs/JAVA-HOWTO.md)
* [C++ HOW-TO](docs/CPP-HOWTO.md)
Expand Down

0 comments on commit 1e82a29

Please sign in to comment.