diff options
author | Paragon Initiative Enterprises <security@paragonie.com> | 2016-02-02 20:36:02 -0500 |
---|---|---|
committer | Scott <scott@paragonie.com> | 2016-02-02 20:36:02 -0500 |
commit | 4881414045dcfc408ba0fa10023ffb473c9dcb1d (patch) | |
tree | 4f6b8b7a42d14fc94941a27f1ebe3927a0833ca8 | |
parent | 8654446093b4e234e7411105bcca9aa8035042e4 (diff) | |
download | constant_time_encoding-4881414045dcfc408ba0fa10023ffb473c9dcb1d.zip constant_time_encoding-4881414045dcfc408ba0fa10023ffb473c9dcb1d.tar.gz constant_time_encoding-4881414045dcfc408ba0fa10023ffb473c9dcb1d.tar.bz2 |
Add build status
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # Constant-Time Encoding +[](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). |