diff options
author | Brian Warner <warner@lothar.com> | 2017-09-21 14:01:41 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-09-21 14:01:41 -0700 |
commit | f4f23fb64ea4f33094412fb392c40813cbce8c4f (patch) | |
tree | 96ab47490441633377a8f4d21fcd3ff62cbce160 | |
parent | b9ef2eebeaca2689e79cd2ee00b0efe79c522e9f (diff) | |
download | PAKEs-f4f23fb64ea4f33094412fb392c40813cbce8c4f.tar.xz |
release 0.0.2, still preliminary
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "spake2" -version = "0.0.1" +version = "0.0.2" authors = ["Brian Warner <warner@lothar.com>"] description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust." documentation = "https://docs.rs/spake2" |