srp6 1.0.0-alpha.6

A safe implementation of the secure remote password authentication and key-exchange protocol (SRP version 6 and 6a)
Documentation
[dependencies.hex]
version = "0.4"

[dependencies.hex-literal]
version = "0.3"

[dependencies.log]
features = ["release_max_level_warn"]
version = "0.4"

[dependencies.num-bigint]
features = ["rand"]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sha-1]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies]

[features]
default = []
legacy = []

[package]
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
description = "A safe implementation of the secure remote password authentication and key-exchange protocol (SRP version 6 and 6a)"
edition = "2018"
include = ["src", "examples", "LICENSE", "README.md", "CHANGELOG.md"]
license = "MIT"
name = "srp6"
version = "1.0.0-alpha.6"