]> git.lizzy.rs Git - PAKEs.git/blob - README.md
(cargo-release) start next development iteration 0.1.1-alpha.0
[PAKEs.git] / README.md
1 # spake2.rs
2 The SPAKE2 password-authenticated key-exchange algorithm, in Rust.
3
4 [![Build Status](https://travis-ci.org/warner/spake2.rs.svg?branch=master)](https://travis-ci.org/warner/spake2.rs)
5 [![codecov](https://codecov.io/gh/warner/spake2.rs/branch/master/graph/badge.svg)](https://codecov.io/gh/warner/spake2.rs)
6 [![Crates.io](https://img.shields.io/crates/v/spake2.svg)](https://crates.io/crates/spake2)
7 [![Docs.rs](https://docs.rs/spake2/badge.svg)](https://docs.rs/spake2)
8
9
10 This is still pretty early, but seems to do the job. It needs a proper security review before you should consider using it for anything serious.
11
12 Note that the API has changed since 0.0.8 . I released 0.0.9 by mistake.