aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-08-20 21:39:48 -0700
committerBrian Warner <warner@lothar.com>2018-08-20 21:39:48 -0700
commit891ac99a1258bea2aa0f551b5f2d265dd04a2031 (patch)
treecf051ee72984bdef67494191bd0d999b79424348
parent4119bda304dd15547ae04ce0429e627c5e6ba3cb (diff)
downloadPAKEs-891ac99a1258bea2aa0f551b5f2d265dd04a2031.tar.xz
README: soften the disclaimer by roughly 24%
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb53328..13342d2 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,4 @@ The SPAKE2 password-authenticated key-exchange algorithm, in Rust.
[![Docs.rs](https://docs.rs/spake2/badge.svg)](https://docs.rs/spake2)
-NOTE: this is just a beginning: you should absolutely not use this for anything at all yet. It has a long way to go. Wait until it has a real version number (at least 0.1.something) and has been published to crates.io.
+This is still pretty early, but seems to do the job. It needs a proper security review before you should consider using it for anything serious.