diff options
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 |
commit | 352611eb16fb659b99e54c9a6571d1b0e8954618 (patch) | |
tree | 49f4d8611dcff3516644aab4b2c1062ba7de5b88 | |
parent | a23222c9c1cb604b62ccf133ff3f9ce0ca95bddf (diff) | |
download | PAKEs-352611eb16fb659b99e54c9a6571d1b0e8954618.tar.xz |
readme update
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# PAKE [](https://travis-ci.org/RustCrypto/PAKE) +# RustCrypto: PAKEs [](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] | [](https://crates.io/crates/srp) | [](https://docs.rs/srp) | +| [spake2][2] | [](https://crates.io/crates/spake2) | [](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) |