aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАртём Павлов [Artyom Pavlov] <newpavlov@gmail.com>2018-10-16 20:16:54 +0300
committerАртём Павлов [Artyom Pavlov] <newpavlov@gmail.com>2018-10-16 20:16:54 +0300
commit352611eb16fb659b99e54c9a6571d1b0e8954618 (patch)
tree49f4d8611dcff3516644aab4b2c1062ba7de5b88
parenta23222c9c1cb604b62ccf133ff3f9ce0ca95bddf (diff)
downloadPAKEs-352611eb16fb659b99e54c9a6571d1b0e8954618.tar.xz
readme update
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index ac34117..8083024 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# PAKE [![Build Status](https://travis-ci.org/RustCrypto/PAKE.svg?branch=master)](https://travis-ci.org/RustCrypto/PAKE)
+# RustCrypto: PAKEs [![Build Status](https://travis-ci.org/RustCrypto/PAKEs.svg?branch=master)](https://travis-ci.org/RustCrypto/PAKEs)
[Password-Authenticated Key Agreement][1] protocols implementation.
## Warnings
@@ -16,6 +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) |
## License
@@ -26,7 +27,12 @@ All crates are licensed under either of
at your option.
+### Contribution
+
+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.
[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) \ No newline at end of file
+[3]: https://en.wikipedia.org/wiki/Blinding_(cryptography)