summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2016-03-12 16:00:30 -0500
committerScott <scott@paragonie.com>2016-03-12 16:00:30 -0500
commit5cb35a7cc7451a0f77205e7fa7e6e00412afe7b5 (patch)
tree5020502b28d8cad58ff2dd68ceba90dcd906a4c4
parentb185fef0b4b4fc6359920840cdecfc90d0ba31f5 (diff)
downloadconstant_time_encoding-5cb35a7cc7451a0f77205e7fa7e6e00412afe7b5.zip
constant_time_encoding-5cb35a7cc7451a0f77205e7fa7e6e00412afe7b5.tar.gz
constant_time_encoding-5cb35a7cc7451a0f77205e7fa7e6e00412afe7b5.tar.bz2
Update README.md
Remove other sentence from now-incorrect disclaimer.
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9d62d0d..7140030 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,6 @@
[![Build Status](https://travis-ci.org/paragonie/constant_time_encoding.svg?branch=master)](https://travis-ci.org/paragonie/constant_time_encoding)
-However, if you implement the algorithms in C as part of php-src, you can.
-
----
-
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).