diff options
author | Brian Warner <warner@lothar.com> | 2017-05-24 00:48:43 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-05-24 00:48:43 -0700 |
commit | 241652bf95a30394c2f255e8516a77c41c69351c (patch) | |
tree | 0ae59a54d3b7324022d0836e440a03bfb4e853d3 | |
parent | 4c9c23bd64f8f8ce831f41aad0ba21157ef372ca (diff) | |
download | PAKEs-241652bf95a30394c2f255e8516a77c41c69351c.tar.xz |
README: warn people away from thinking this is ready for use
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ # spake2.rs the SPAKE2 password-authenticated key-exchange algorithm, in Rust + +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 and has been published to crates.io. |