diff options
author | Isis Lovecruft <isis@torproject.org> | 2017-08-01 03:30:11 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2017-08-01 03:30:11 +0000 |
commit | c1a89909cc8588f071a1397023b4c93b8a1835f9 (patch) | |
tree | fb200169bc064dc0901588676ada1430e9f0d0c6 | |
parent | 663f4c86dbfe5d6e41d7adcea6f45f4e80151b96 (diff) | |
download | PAKEs-c1a89909cc8588f071a1397023b4c93b8a1835f9.tar.xz |
Add badges for crates.io and docs.rs to the README.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # spake2.rs The SPAKE2 password-authenticated key-exchange algorithm, in Rust. -[](https://travis-ci.org/warner/spake2.rs) +[](https://travis-ci.org/warner/spake2.rs) [](https://crates.io/crates/spake2) [](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. |