summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagon Initiative Enterprises <security@paragonie.com>2016-02-02 20:36:02 -0500
committerScott <scott@paragonie.com>2016-02-02 20:36:02 -0500
commit4881414045dcfc408ba0fa10023ffb473c9dcb1d (patch)
tree4f6b8b7a42d14fc94941a27f1ebe3927a0833ca8
parent8654446093b4e234e7411105bcca9aa8035042e4 (diff)
downloadconstant_time_encoding-4881414045dcfc408ba0fa10023ffb473c9dcb1d.zip
constant_time_encoding-4881414045dcfc408ba0fa10023ffb473c9dcb1d.tar.gz
constant_time_encoding-4881414045dcfc408ba0fa10023ffb473c9dcb1d.tar.bz2
Add build status
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 459d938..1a4f8f7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Constant-Time Encoding
+[![Build Status](https://travis-ci.org/paragonie/constant_time_encoding.svg?branch=master)](https://travis-ci.org/paragonie/constant_time_encoding)
+
Based on the work of [Steve "Sc00bz" Thomas](https://github.com/Sc00bz/ConstTimeEncoding), this library aims to offer
character encoding functions that do not leak information about what you are encoding/decoding via processor cache
misses. Further reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-time.html).