]> git.lizzy.rs Git - PAKEs.git/blob - spake2/README.md
Add 'spake2/' from commit 'f6e9d07dffa9a9b39f203c23043f93337ebe1ab6'
[PAKEs.git] / spake2 / README.md
1 # spake2.rs
2 The SPAKE2 password-authenticated key-exchange algorithm, in Rust.
3
4 [![Build Status][build-status-image]][build-status-url]
5 [![Codecov][codecov-image]][codecov-url]
6 [![Is-It-Maintained-Resolution-Time][iim-resolution-image]][iim-resolution-url]
7 [![Is-It-Maintained-Open-Issues][iim-open-image]][iim-open-url]
8 [![Crates.io][crates-io-image]][crates-io-url]
9 [![Docs.rs][docs-image]][docs-url]
10 [![License][license-image]][license-url]
11
12 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.
13
14 Note that the API has changed since 0.0.8 . I released 0.0.9 by mistake.
15
16 [build-status-image]: https://travis-ci.org/warner/spake2.rs.svg?branch=master
17 [build-status-url]: https://travis-ci.org/warner/spake2.rs
18 [codecov-image]: https://codecov.io/gh/warner/spake2.rs/branch/master/graph/badge.svg
19 [codecov-url]: https://codecov.io/gh/warner/spake2.rs
20 [crates-io-image]: https://img.shields.io/crates/v/spake2.svg
21 [crates-io-url]: https://crates.io/crates/spake2
22 [docs-image]: https://docs.rs/spake2/badge.svg
23 [docs-url]: https://docs.rs/spake2
24 [license-image]: https://img.shields.io/badge/License-MIT-blue.svg
25 [license-url]: LICENSE
26 [iim-resolution-image]: http://isitmaintained.com/badge/resolution/warner/spake2.rs.svg
27 [iim-resolution-url]: http://isitmaintained.com/project/warner/spake2.rs
28 [iim-open-image]: http://isitmaintained.com/badge/open/warner/spake2.rs.svg
29 [iim-open-url]: http://isitmaintained.com/project/warner/spake2.rs