aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorckl <ckl@google.com>2020-04-30 14:24:23 -0700
committerCopybara-Service <copybara-worker@google.com>2020-04-30 14:24:54 -0700
commitdf019e9f4828fdf86e9144b6bd8877e1cc7c3db1 (patch)
tree4fc8254a3879b4b1a6db87f3cc51e94451d4c6e3 /README.md
parent0e81d284bb8a6c3eedc914389b3d36e2cd193d62 (diff)
downloadtink-df019e9f4828fdf86e9144b6bd8877e1cc7c3db1.tar.gz
Update the project README to reflect support for Python.
Also, clean up the Python documentation a bit. PiperOrigin-RevId: 309299449
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 57ae7d9ec..0896e91f2 100644
--- a/README.md
+++ b/README.md
@@ -106,13 +106,13 @@ AEAD primitive in Java:
## Current status
-* [Java and Android](docs/JAVA-HOWTO.md), [C++](docs/CPP-HOWTO.md),
- [Obj-C](docs/OBJC-HOWTO.md), and [Go](docs/GOLANG-HOWTO.md) are field
- tested and ready for production. The latest version is
+* The latest version is
[1.3.0](https://github.com/google/tink/releases/tag/v1.3.0), released on
2020-03-11.
-
-* Tink for Python and JavaScript are in active development.
+* [Java and Android](docs/JAVA-HOWTO.md), [C++](docs/CPP-HOWTO.md),
+ [Obj-C](docs/OBJC-HOWTO.md), [Go](docs/GOLANG-HOWTO.md), and
+ [Python](g3docs/PYTHON-HOWTO.md) are field tested and ready for production.
+* Tink for JavaScript is in active development.
## Learn more
@@ -120,6 +120,7 @@ AEAD primitive in Java:
* [C++ HOW-TO](docs/CPP-HOWTO.md)
* [Obj-C HOW-TO](docs/OBJC-HOWTO.md)
* [Go HOW-TO](docs/GOLANG-HOWTO.md)
+* [Python HOW-TO](docs/PYTHON-HOWTO.md)
* [Security and Usability Design Goals](docs/SECURITY-USABILITY.md)
* [Supported Crypto Primitives](docs/PRIMITIVES.md)
* [Key Management](docs/KEY-MANAGEMENT.md)