diff options
author | Brian Warner <warner@lothar.com> | 2017-07-31 17:51:00 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-07-31 18:02:06 -0700 |
commit | 25820c4f3f4049fa1c99e5e2914f0af000ffdd9d (patch) | |
tree | 43c3f9e99226fe83b353610b906e8b2d880e305b /README.md | |
parent | 33522ac59896b357c50d9471d09612f922a4a47b (diff) | |
download | PAKEs-25820c4f3f4049fa1c99e5e2914f0af000ffdd9d.tar.xz |
prep for preliminary 0.0.1 release
* add Cargo.toml metadata
* add travis badge
* exclude .gitignore
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # spake2.rs -the SPAKE2 password-authenticated key-exchange algorithm, in Rust +The SPAKE2 password-authenticated key-exchange algorithm, in Rust. [](https://travis-ci.org/warner/spake2.rs) -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. +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. |