diff options
Diffstat (limited to 'README.md')
-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) |