diff options
author | Brian Warner <warner@lothar.com> | 2017-05-24 01:45:41 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-05-24 01:45:41 -0700 |
commit | ae521873c62786958051c2ae8aba5eda3e4c8114 (patch) | |
tree | 28741c4f48f3736ec05a1e83521dc978725a201b | |
parent | 609ec7fcbd68dc3ba7e2c194991540f17ab9b2d7 (diff) | |
download | PAKEs-ae521873c62786958051c2ae8aba5eda3e4c8114.tar.xz |
README: add travis badge
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ # spake2.rs the SPAKE2 password-authenticated key-exchange algorithm, in Rust +[](https://travis-ci.org/warner/spake2.rs) + 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 and has been published to crates.io. |