]> git.lizzy.rs Git - PAKEs.git/blob - spake2/README.md
spake2/Cargo.toml: num-bigint is merely a dev-dependency
[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/RustCrypto/PAKEs.svg?branch=master
17 [build-status-url]: https://travis-ci.org/RustCrypto/PAKEs
18 [codecov-image]: https://codecov.io/gh/RustCrypto/PAKEs/branch/master/graph/badge.svg
19 [codecov-url]: https://codecov.io/gh/RustCrypto/PAKEs
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/crates/l/spake2.svg
25 [license-url]: LICENSE-MIT
26 [iim-resolution-image]: http://isitmaintained.com/badge/resolution/RustCrypto/PAKEs.svg
27 [iim-resolution-url]: http://isitmaintained.com/project/RustCrypto/PAKEs
28 [iim-open-image]: http://isitmaintained.com/badge/open/RustCrypto/PAKEs.svg
29 [iim-open-url]: http://isitmaintained.com/project/RustCrypto/PAKEs