diff options
author | Jack Lloyd <[email protected]> | 2016-10-14 12:58:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-14 12:58:29 -0400 |
commit | 0adc6896d8183654fd3b20886a6c979760db7edd (patch) | |
tree | 2d62909a0be45ceb12a312f922f21a7eead62c16 /readme.rst | |
parent | b7920bfce11bb22b61229c610d720fb5f359fa5d (diff) |
Update readme
After Travis upgrade to 14.04, earliest Clang tested in CI is Clang 3.5
s/McEliece/NewHope/ for those concerned about QC
[ci skip]
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.rst b/readme.rst index 60d5873bd..80314040f 100644 --- a/readme.rst +++ b/readme.rst @@ -97,7 +97,7 @@ Current Development Work (1.11) The 1.11 branch is highly recommended, especially for new projects. Versions 1.11 and later require a working C++11 compiler; GCC 4.8 and -later, Clang 3.4 and later, and MSVC 2013/2015 are regularly tested. +later, Clang 3.5 and later, and MSVC 2013/2015 are regularly tested. The latest development release is `1.11.32 <http://botan.randombit.net/releases/Botan-1.11.32.tgz>`_ @@ -224,4 +224,4 @@ Recommended Algorithms or ECDSA with P-256/SHA-256 or P-384/SHA-384 * Key Agreement: ECDH P-256 or Curve25519, with KDF2(SHA-256) - Or McEliece if you are concerned about attacks by quantum computers. + If you are concerned about quantum computers, combine ECC with NewHope |