diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ name = "spake2" version = "0.0.1" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." -documentation = "https://github.com/warner/spake2.rs" +documentation = "https://docs.rs/spake2" homepage = "https://github.com/warner/spake2.rs" repository = "https://github.com/warner/spake2.rs" license = "MIT" @@ -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. |