diff options
author | Brian Warner <warner@lothar.com> | 2017-11-15 11:17:54 -0800 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-11-15 11:17:54 -0800 |
commit | bf3d3abd7f11725ab53c2ecd44e073e368a8c7eb (patch) | |
tree | 2da243d0b042ab7e03a464573306d0e269ed894f | |
parent | 8512188b78ba9988c4807cb1de95b8e9c7d5fc0d (diff) | |
download | PAKEs-bf3d3abd7f11725ab53c2ecd44e073e368a8c7eb.tar.xz |
README: add badge for codecov.io
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ # spake2.rs The SPAKE2 password-authenticated key-exchange algorithm, in Rust. -[](https://travis-ci.org/warner/spake2.rs) [](https://crates.io/crates/spake2) [](https://docs.rs/spake2) +[](https://travis-ci.org/warner/spake2.rs) +[](https://codecov.io/gh/warner/spake2.rs) +[](https://crates.io/crates/spake2) +[](https://docs.rs/spake2) + NOTE: this is just a beginning: you should absolutely not use this for anything at all yet. It has a long way to go. Wait until it has a real version number (at least 0.1.something) and has been published to crates.io. |