]> git.lizzy.rs Git - PAKEs.git/blobdiff - README.md
use hashed key to compute M
[PAKEs.git] / README.md
index 80830242332c1043bf003d8a8353255f8e16945e..634bbb34f4e5eb367703db265f9eb3ac57cf64b5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# RustCrypto: PAKEs [![Build Status](https://travis-ci.org/RustCrypto/PAKEs.svg?branch=master)](https://travis-ci.org/RustCrypto/PAKEs)
+# RustCrypto: PAKEs [![dependency status][deps-image]][deps-link]
 [Password-Authenticated Key Agreement][1] protocols implementation.
 
 ## Warnings
@@ -16,7 +16,7 @@ the memory.
 | Name      | Crates.io  | Documentation  |
 | --------- |:----------:| :-----:|
 | [SRP][2]  | [![crates.io](https://img.shields.io/crates/v/srp.svg)](https://crates.io/crates/srp) | [![Documentation](https://docs.rs/srp/badge.svg)](https://docs.rs/srp) |
-| [spake2][2]  | [![crates.io](https://img.shields.io/crates/v/spake2.svg)](https://crates.io/crates/spake2) | [![Documentation](https://docs.rs/spake2/badge.svg)](https://docs.rs/spake2) |
+| [spake2][4]  | [![crates.io](https://img.shields.io/crates/v/spake2.svg)](https://crates.io/crates/spake2) | [![Documentation](https://docs.rs/spake2/badge.svg)](https://docs.rs/spake2) |
 
 ## License
 
@@ -33,6 +33,14 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
 for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
 dual licensed as above, without any additional terms or conditions.
 
+[//]: # (badges)
+
+[deps-image]: https://deps.rs/repo/github/RustCrypto/PAKEs/status.svg
+[deps-link]: https://deps.rs/repo/github/RustCrypto/PAKEs
+
+[//]: # (footnotes)
+
 [1]: https://en.wikipedia.org/wiki/Password-authenticated_key_agreement
 [2]: https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol
 [3]: https://en.wikipedia.org/wiki/Blinding_(cryptography)
+[4]: https://www.di.ens.fr/~mabdalla/papers/AbPo05a-letter.pdf