diff options
author | Artyom Pavlov <newpavlov@gmail.com> | 2021-02-12 22:06:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 22:06:58 +0000 |
commit | 4e1b5728c8e9db2928efa9cce86da84869a948a0 (patch) | |
tree | 88953ea05e1ba8a3e7b732540a4f9cd784abe425 /README.md | |
parent | 04ca077f2706fbd4bb5ed903a22bdcd2f20b2b0a (diff) | |
download | PAKEs-4e1b5728c8e9db2928efa9cce86da84869a948a0.tar.xz |
Edit badges
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,8 +1,6 @@ -# RustCrypto: PAKEs [](https://travis-ci.org/RustCrypto/PAKEs) +# RustCrypto: PAKEs [![dependency status][deps-image]][deps-link] [Password-Authenticated Key Agreement][1] protocols implementation. -[](https://deps.rs/repo/github/RustCrypto/PAKEs) - ## Warnings Crates in this repository have not yet received any formal cryptographic and @@ -52,6 +50,13 @@ 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) |